* { margin:0; 	padding:0 }
html, body { height: 100% }
body { background-color:#F3B431; /*text-align: center;*/ color: #dadada; font-family: Tahoma, Verdana, Arial; font-size: 12px }
img{
	border: 1px solid #000;
}
#main { 
position:absolute;
height: 302px;
width: 502px;
top: 50%; 
left: 50%;
overflow: auto;
margin:-151px 0px 0px -251px;

/*margin: 0 auto;
min-height: 100%; /* Moderne Browser */
/*height: auto !important; /* Moderne Browser */
/*height: 100%; /* IE */
}


