@import url("header.css");
@import url("content.css");
@import url("footer.css");

body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	
	padding: 0;
	margin: 0;	
}


#dv-center{
	width: 1000px; 
	border: 0px; 
	margin: 0 auto;  
	color: white;
	
/*
 margin: 0 auto; 
 background: #fc0; 
height: 200px; */
}



	#pic-top{
	position: absolute; 
	top: 350px;
	margin-top: 0;
	margin-left: 100px;
	padding-left: 0;

	
	
	width: 835px;
	height: 78px;
	
	float: left;
	
	
	/*
	display: inline;
	clear: both; */
}
#pic-top img{

	padding-right:35px;
	border: 0;
	
}




