body {
	background-color: #000000;
	background-image: url(http://www.soldiersofmisfortune.nl/images/main_content-bg.jpg);
	background-repeat: background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 0%; 
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10pt;
}

table {
	margin: 0;
	padding: 0;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10pt;
}

/* This is the transparent box */
.transparancy {
background-color: rgba(153,153,153,0.03);
}


.header {
	font-size:25pt;	
}

.tiny {
	font-size:7pt;
}

.small {
	font-size:8pt;
}

.normal {
	font-size:10pt;
}

.large {
	font-size:15pt;
}

.largest {
	font-size:20pt;
}

A:link {
	color:#ffcc00;
}
A:visited {
	color:#ffcc00;
}
A:active {
	color:#999999;
}
A:hover{
	color:#999999;
	text-decoration: none;
}
