@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: url(images/bg.jpg) repeat-x;
	background-color: #666634;

	}
	
#container {
	width: 750px;
	margin: 0px auto;
	}

.header {
	background: url(images/header.jpg) no-repeat;
	width: 750px;
	height: 297px;
	}
	
.top {
	width: 695px;
	height: 19px;
	}
	
.main {
	width: 697px;
	background: url(images/body.jpg) repeat-y;
	padding: 40px;
	}
	
	
.footer {
	width: 750px;
	height: 141px;
	}	
