/* CSS Document */
body {
	background-color: #555555;
	cursor: default;
	color: #CCCCCC;
	font-size: 120%;
	margin: 0;
	padding: 0;
}

a {
	color: #FFFFFF;
}

#content {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
