/* CSS Document */

a { font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none; }

body { margin: 0; padding: 0; }


#box { background-color: #fff;
	   position: absolute;
	   width: 588px; height: 128px;
	   top: 50%; left: 50%; 
	   margin-top: -150px; margin-left: -294px; }
