  
Body |   
 
/* All the content boxes belong to the content class. */ 
 { 
	 
position:absolute; 
width:800px; 
height:99%; 
min-width:120px; 
left:180px; 
top:20px;  
bottom:20px; 
border:1px solid rgb(182,182,182); 
background-color:rgb(253,253,253); 
padding:0px; 
font:Trebuchet MS,Verdana, Arial, sans-serif; 
font-size:0.8em; 
line-height: 1.4em;      
		 
 } 
 
 |