#container
{
	width: 100%;
	height: 100%;
	vertical-align: text-bottom;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: White;
	padding-top: 20%;
}

body
{
	background-color: Black;
}

a,a.link,a.hover,a.active,a.visited
{
	color: #fff;
	text-decoration: none;
}