@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: #cccccc url(images/bg.jpg) repeat-x;
	}
	
#container {
	width: 850px;
	margin: 0px auto;
	}
	



.header {
	background: url(images/header.jpg) no-repeat;
	width: 850px;
	height: 347px;
	}
		
.main {
	width: 850px;
	background: url(images/body1.jpg) repeat-y;
	}

.main2 {
	width: 850px;
	margin-top:-37px;
	background: url(images/body1.jpg) repeat-y;

}
.maincontent {
	width: 720px;
	margin: 0px auto;
	margin-top:-0px;
	}	
	
	
.footer {
	width: 850px;
	height: 60px;
	}	