html, body{
	margin: 0;	
	padding: 0;	
	height: 100%;	
	width: 100%;	
}



#main {
	height:1500px;
	width:960px;
	margin:0 auto;
	background-color: #FFF;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	
     }
	  



#logo {
	height:130px;
	width:320px;
	background-color:#FFF;
}


#mid {height:400px;}

#mid img{margin-left:90px;}


#logo img {margin-top:30px;}



#footer{margin:0 auto; height:80px; width:960px;}

#uline{height:80px; width:960; border-top:#eee solid 1px; background-color:#eee; bottom:0;}
#uline p{font-size:15px; margin-left:700px;   text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);}