@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFF;
}
body { background-image:url(bg2.jpg); background-color:#0f0f0f; background-position:center top; background-repeat:no-repeat; margin:0px; }
html { margin:0px; }
img {
	border:0px;
}

/* Hyperlinks formatting */

a:link {
	color: #FF0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

/* Navigation hyperlinks */

a.nav:link {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF0;
}
a.nav:active {
	text-decoration: none;
	color: #FF0;
}

/* Divs and page layout */

#content { width:900px; margin-left:auto; margin-right:auto; margin-top:300px; padding-bottom:50px; }

#lower { border-top:#CCC 1px solid; border-bottom:#333 5px dashed; background-color:#333; padding:20px 0px 20px 0px; }

#release { width:215px; text-align:center; padding:5px; float:left; }

#releasewrapper { width:900px; display:block; clear:both; margin-bottom:25px; }

#tags { color:#BBB; }

#downloadbox { background-color:#333; border:#CCC 1px dashed; padding:0px 10px 10px 10px; width:600px; margin:auto; }

#footer { width:900px; margin-left:auto; margin-right:auto; height:190px; }

#footerblock { width:430px; border-top:#999 1px solid; background:url(footerblock.gif) top repeat-x; font-size:90%; padding: 0px 8px 0px 8px; }