body{
	background-color: #ccc;
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
	color: #626462;
	text-decoration: none;
}

#container{
	position: absolute;
	width:900px;
	height:600px;
	text-align: center;
	top:50%;
	left: 50%;
	margin-top:-325px;
	margin-left: -450px;
}


