html, body {
	padding:0;
	margin:0;
	color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

#box {
	position:absolute;
	margin-left:50%;
	left:-333px;
	width:666px;
	font-weight:bold;
	height:420px;
	/*margin-top:50%;*/
	top:210px;
}

#text {
	margin-left:150px;
}

a {
	text-decoration:none;
	color:#1387d2;
}

a:hover {
	text-decoration:underline;
}