/* CSS Document */
body{
	margin:0px auto;
	padding:0px;
	width:1200px;	
	font-size:12px;
	background-color:#e2e2e2;	
}

#main{
width:1200px;
height:952px;
background-image:url(images/index.jpg);
background-repeat:no-repeat;
float:left;
border:solid 0px #FF0000;
}

#maincontent{
width:1200px;
height:952px;
background-image:url(images/content.jpg);
background-repeat:no-repeat;
float:left;
border:solid 0px #FF0000;
}



