html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #323232;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #111111;
}
#container {
	text-align: center;
	width: 100%;
	height: 100%;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #930000;
	text-decoration: none;
}