@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: url(images/bg.jpg) repeat;
	}
	
#container {
	width: 752px;
	margin: 0px auto;
	}

.header {
	background: url(images/header.jpg) no-repeat;
	width: 752px;
	height: 248px;
	}
	
.top {
	width: 752px;
	height: 19px;
	}
	
.main {
	width: 672px;
	background: url(images/body1.jpg) repeat-y;
	padding-left: 40px;
	padding-bottom:40px;
	padding-top:5px;
	padding-right:40px;
	}
	
	
.footer {
	width: 752px;
	height: 94px;
	}	