html {
	
overflow:			hidden;
min-height:			100%;
height:				100%;

}

body {
margin: 			0; 
padding: 			0;
text-align: 		center;  
overflow: 			hidden;
}



#page {
position: 			absolute;
width: 				600px; 
color:				#064798;
height:				auto;
text-align:   		center;

left: 				50%;
margin-top: 50px;
margin-left: 		-300px; 
overflow: 			hidden;
font-family: Helvetica;
font-size:90%;

padding:20px;

}

.logo {
height:150px;	
	
}