﻿html,body{  
height:100%;  
margin:0;  
padding:0;  
}  
body{  
background:#ffffff;  
text-align:center;  
min-width:600px;  
min-height:320px;  
}  
#vertical{  
position:absolute;  
top:50%;  
margin-top:-160px;/* half main elements height*/  
left:0;  
width:100%;  
}  
#hoz {  
width:600px;  
margin-left:auto;  
margin-right:auto;  
height:320px;  
border:0px;
background:#FFF;  
overflow:auto;/* allow content to scroll inside element */  
text-align:left;  
}  
body,p,td,span,textarea,input{
font-size:12px;
font-family: Verdana, Arial;
color: #999999;
line-height:140%;
}
