/* CSS Document */

body {
font-family				: Verdana, Arial, Helvetica, sans-serif;
font-size				: 11px;
color					: #006;
letter-spacing			: 1px;
line-height				: 18px;
background-color		: #5c5c5c;
}

#container {
position: absolute;
width: 500px;
height: 50px;
top: 45%;
left: 50%;
margin-left: -250px;
margin-top: -25px;

}
