*{ margin:0; padding:0;}

body { width:100%;
		height:100%;
		margin:0;
		background-color:#4AA9BF;
	}
	
.wrapper { width:900px;
			height:auto;
			margin:0 auto;
			}	
			
.logo { width:350px; height:350px; margin:0 auto; background-image:url(../images/libertynews.jpg); background-repeat:no-repeat;}
			
			
.content { width:900px; height:250px;  } 	

.text { width:900px; 
			height:100px; 
			float:left; 
			font-family:Tahoma, Geneva, sans-serif; 
			font-size:52px; 
			font-weight:bold;
			text-align:center;
			line-height:70px;
			color:#003;
			}
						
						
.contact { width:900px; 
			height:35px; 
			float:left;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:16px;
			text-align:center;
			color:#003;
			}		
			
			
			
.contact a { text-decoration:none; color:#009;}			
			
			
			
			
			
			
			
							