@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
#container {
	color: #333333;
	background-color: #DDDDDD;
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
}
div#skipintro {
	width: 600px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	color: #999;
	text-decoration: none;
}