body{
	width: 960px;
	margin: 0 auto;
	background: #0066ff;
	font-family: Verdana;
	font-size: 75%;
	border: 4px solid black;
	margin-bottom: 20px;
	margin-top: 20px;
}

img{
	padding: 5px;
	border: none;
}




#header{
	background: url('images/header.jpg') no-repeat;
	width: 1000px;
	height: 501px;
}


#c_wrap{
	margin-top: -270px;
	margin-left: 37.5px;
}

#c_head{
	background: url('images/c_top.png') no-repeat;
	width: 885px;
	height: 45px;
}

#c_mid{
	background: url('images/c_mid.png') repeat-y;
	width: 885px;
}

#c_text{
	width: 800px;
	margin: 0 auto;
}

#c_base{	
	background: url('images/c_base.png') no-repeat;
	width: 885px;
	height: 41px;
}

#footer{
	height: 25px;
}