@charset "utf-8";

body {   	
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;

}
#contain { 	
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:repeat-y;
	float:inherit;
}
#banner {	
	background-repeat: no-repeat;	
}
#nav {	
	background-repeat: no-repeat;		
	height: 700px;
	width: 630px;
	margin-left: 50px;
	float:left;
}
#content_top {			
	height: 100px;
	width: 240px;
	float:right;
	margin-right: 55px;
}
#content {			
	height: 890px;
	width: 240px;
	float:right;
	margin-right: 55px;
}
#copyright {	
	height: 101px;
	margin-top: 5px;
	clear: both;
	text-align: center;
}

