@charset "UTF-8";
/* CSS Document */
*{ 
    margin:0;  
    padding:0;  
    }
body{
	background-image:url(bodyback.gif);
	
	}  

#header{
	margin:0 auto;  
	width:100%;
	padding:0;
	height:148px;
	background-color:white;
	}
.header{
	margin:0 auto;  
	background:url(img/USP_header.gif);
	height:148px;
	width:1020px;
	}
#container{
   	margin:0 auto;
	width:1020px;
	height:1108px;
	padding:0;  
	
	}
#middle{
	width: auto;
	padding:0;
	margin:0;
	margin-top:0px;
	height:850px;
	background:url(img/blot2.png); no-repeat
	background-repeat:no-repeat;

	}
#form{
	float:right;
	margin-top:50px;
	}
.form ul{
	float:right;
	margin-right:35px;
	margin-top:-35px;
	list-style-type: none;
	}
.form a:link {
	text-decoration:none;
	color:#FFF;
}
.form a:visited {
	text-decoration:none;
	color:#FFF;
}
.form a:hover {
	text-decoration:none;
	color:#666;
}
	

#viemo{
	margin-top:30px;
	margin-right:38px;
	padding:0px;
	height:530px;
	
	}
#footer{
	height:150px;
	width:auto;
	padding-bottom:10px;
	background:url(img/footer.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	}
.footer ul li{
	margin-right:305px;
	list-style-type: none;
	margin-left:600px;
	padding-top:20px;
	}


.footer a:link {
	
	text-decoration:none;
	color:#666;
}
.footer a:visited {
	text-decoration:none;
	color:#666;
}
.footer a:hover {
	text-decoration:none;
	color:#FFF;
}

	
p.copyright{
	float:left;
	color:#666;
	padding-top:30px;	
	margin-left:280px;
	}
