body {
	background-color: #306c96;
	color: #666;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13pt;
	line-height: 16pt;
}

p {
	margin-top: 30px;
	margin-bottom: 0px;
}
a, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

#square {
	position: relative;
	width: 500px;
	height: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border: 2px solid #fff;
}
#info {
	position: relative;
	width: 300px;
	height: 300px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	background-color: #fff;
	padding: 50px;
	text-align: center;
}
