body {
	background-color: black;
	color: white;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a{
	color: #1B75BB;
}

#maincontent {
	position: relative;
	width: 500px;
	height: 500px;
	margin: 120px auto;
	text-align: center;
}

