/* Developed by Digital Devils BV - www.digitaldevils.nl */

/* General styles */
html {
	height:											100%;
	width:											100%;
}

body {
	background-color:								#C41230;
	color:											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.7em;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	height:											100%;
	width:											100%;

	line-height:									1.5em;
	text-align:										center;	

}

a:link 												{ color: #FFFFFF; text-decoration: none; }
a:active 											{ color: #FFFFFF; text-decoration: none; }
a:visited 											{ color: #FFFFFF; text-decoration: none; }
a:hover 											{ color: #FFFFFF; text-decoration: underline; }
	
table, tr, td {
	vertical-align:									top;
}

img {
	border-style:									none;
	border-color:									#FFFFFF;
	border-width:									0px;
}

#logo {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	padding-top:									185px;
	padding-bottom:									0px;
	padding-left:									0px;
	padding-right:									0px;

	float:											center;
}

