body{
	margin: 0px;
	background-color: #E1E1E1;
	font-family: Verdana;
	color: #4E4545;
	font-size: 10pt;
	padding: 10px;
}
#box{
	position: absolute;
	width: 500px;
	height: 520px;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -250px;
	text-align: center;
}
#box a,
#box a:link,
#box a:visited,
#box a:active,
#box a:hover{
	color: #4E4545;
}
#box a:hover{
	font-weight: bold;
}