body
{
	margin: 0px;
	width: 100%;
}

p, h1, h2, h3, li
{
	font-family: Segoe UI, Tahoma;
	text-align: justify;
}

a
{
	text-decoration: none;
}

i
{
	color: Silver;
}

/* Main */
.header
{
	position: fixed;
	top: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	
	background-image: url("./images/background-70.png");
	border: 1px solid #222222;
	border-top: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	text-align: center;
}

.header h2
{
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.content
{
	margin: 102px 1em 51px 1em;
	padding: 0.5em;
}

table
{
	border-collapse: collapse;
	width: 100%;
}

table td, table th
{
	border: 1px solid #000000;
	padding: 0.5em;
}


/* Footer */
.footer
{
	position: fixed;
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50px;
	
	background-image: url("./images/background-90.png");
	border:  1px solid #222222;
	border-bottom: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.footer p
{
	text-align: center;
	color: #FFFFFF;
}

/* Links */
.links
{
	position: fixed;
	bottom: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	
	padding: 0 0 50px 0;
	
	background-image: url("./images/background-90.png");
	border: 1px solid #222222;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	display: none;
}

.links ul
{
	padding: 0;
}

.links li
{
	list-style: none;
}

.links p
{
	margin: 0;
	padding: 0 0 0 1em;
	text-align: center;
}

.links a
{
	color: #FFFFFF;
}

.links li:hover
{
	background-image: url("./images/background-70.png");
}

/* Releases */
.releases td
{
	padding: 0.2em;
}

.releases p
{
	margin: 0;
}

a img
{
	border: none;
}

/* Donations */
.donations p
{
margin: 0;
}