/* Developed by Dubbele:punt Design - www.dubbelepunt.com */

/* General styles */
html {
	height:											100%;
	width:											100%;

	overflow:										hidden;
}

body {
 	background-color:								#E63400;
	color:											#FFFFFF;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										0.8em;
	
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	height:											100%;
	width:											100%;
	
	text-align:										center;

	line-height:									1.5em;
}

#flashcontent {
	height:											100%;
	width:											100%;
}

a:link 												{ color: #FFFFFF; padding: 8px 9px 8px 9px; display: block; text-decoration: none; }
a:active 											{ color: #FFFFFF; padding: 8px 9px 8px 9px; display: block; text-decoration: none; }
a:visited 											{ color: #FFFFFF; padding: 8px 9px 8px 9px; display: block; text-decoration: none; }
a:hover 											{ color: #FFFFFF; padding: 8px 9px 8px 9px; display: block; text-decoration: underline; }


/* Developed by Dubbele:punt Design - www.dubbelepunt.com */