body, html {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	line-height: 18px;
}
#wrapper
{
	margin: 0px auto;
	width: 700px;
	background-color: #000000;
}
h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 18px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
p {
	margin-bottom: 36px;
}
p+p {
	margin-top: -18px;
}
ul {
	margin-bottom: 36px;
	text-indent: 36px;
}
a:link, a:visited, a:active {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#title {
	background-image: url(images/banner.jpg);
	display: block;
	width: 600px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -5000px;
}

#navi{
	width: 700px; 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 18px;
}
#navi ul {
	margin: 17px auto;
	text-indent: 0px;
}
#navi ul li
{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#navi ul li+li
{
	border-left: 1px solid white;
}

.download, .links {
	margin-top: -18px;
	text-indent: 36px;
}
.screenshot {
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.warning {
	color: #ff0000;
	font-weight: bold;
}
.date {
	margin-top: -12px;
	
	color: #888888;
}

.important {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 36px;
	background-color: #662222;
	border: 1px solid #ffffff;
}

#footer {
	border-top: 1px solid #ffffff;
	text-align: right;
}