body		{font-family: News Gothic, Tahoma, Arial, sans-serif; font-size: 9,5}
.error		{background-color: yellow} 
.status		{background-color: lightgreen} 

.intro_image { 
position: absolute; 
top: 50%; 
left: 50%; 
/* adjust negative value until content is centered */ 
margin-top: -160px; 
margin-left: -200px; 
width: 413px; 


} 

