html, body {
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../img/introimg.jpg) center top no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
}
.content {
	display: none;
}
.sections {
	width: 990px;
	height: 84px;
	padding: 272px 0 144px;
	margin: 0 auto;
	list-style-type: none;
}
.sections li {
	float: left;
}
.sections li a, .sections li span {
	display: block;
	width: 495px;
	height: 84px;
	color: #dbece4;
	text-decoration: none;
}
.sections li span {
	background: url(../img/soon.gif) 333px 73px no-repeat;
}
.sections li a strong {
	display: none;
}
.versions {
	width: 990px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	font-size: 10px;
	color: #6e95c1;
	text-align: center;
}
.versions li {
	display: inline;
}
.versions li a {
	padding: 0 14px;
	color: #6e95c1;
	text-decoration: none;
}
.versions li a:hover {
	color: #93c16e;
}