@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFF;
}
body,html { background:url(bg-release.png) top repeat-x; background-color:#0f0f0f; margin:0px; }
img { border:0px; }

h1,h2 { text-align:center; }

/* Hyperlinks formatting */

a:link {
	color: #FF0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0;
}
a:hover {
	text-decoration: none;
	color: #BBB;
}
a:active {
	text-decoration: underline;
	color: #BBB;
}

/* Navlinks */

a.nav:link {
	color: #C00;
	text-decoration: underline;
}
a.nav:visited {
	text-decoration: underline;
	color: #C00;
}
a.nav:hover {
	text-decoration: none;
	color: #777;
}
a.nav:active {
	text-decoration: underline;
	color: #777;
}

/* Page layout */

#wrapper { width:900px; margin-left:auto; margin-right:auto; padding-bottom:50px; }

#content { float:right; width:648px; }

#lower { border-top:#FFF 1px solid; background-color:#555; padding:20px 0px 20px 0px; clear:both; }

#footer { width:900px; margin-left:auto; margin-right:auto; height:190px; }

.footerblock { width:430px; background-color:#0f0f0f; font-size:90%; padding: 0px 8px 0px 8px; border-radius:10px; }

/* Releases layout */

#downloadbox { background-color:#333; border:#CCC 1px dashed; padding:0px 10px 10px 10px; width:600px; margin:auto; clear:both; }

#covers { text-align:center; }

#reversecover { margin-left:10px; }