/* Developed by Dubbele:punt Design - www.dubbelepunt.com */

/* General styles */
html {
	height:											100%;
	width:											100%;

	overflow:										hidden;
}

body {
 	background-color:								#92989B;
	color:											#58585A;
	
    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%;

	line-height:									1.5em;
}

#flashcontent {
	height:											100%;
	width:											100%;
}

/* Developed by Dubbele:punt Design - www.dubbelepunt.com */