/* CSS Document */

html, body
{
	background-color: #161926;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

#container { position: absolute; width: 400px; height: 400px; top: 50%; left: 50%; margin-left: -200px; margin-top: -200px;  }
