/* CSS Document */
body {
	background-color:#3d3d3d;
	cursor:default;
	color:#CCCCCC;
	font-size:120%;
	margin:0;
	padding:0;
}

a { color:#FFFFFF;}

#content {
	position: absolute;
	width:100%;
	height:100%;
	overflow:automatic;
	text-align:center;
	background-color:#3d3d3d;
}