/******************************************/
/* Standard-CSS for Remo                  */
/******************************************/

/******************************************/
/* Imports                                */
/******************************************/

/******************************************/
/* General definitions                    */
/******************************************/

html, body, p, h1, h2, h3, span, a, ul, ol, table, td, form, hr, div {
	margin: 0px;
	padding: 0px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
/*	background: #000 url('../logo-background.png') 50% 20% no-repeat;*/
	background-color:#000;
	text-align: center;
}
a:link, a:visited { 
	color: #666;  
	text-decoration: underline;
}  
a:active, a:hover {  
	color: #69C8C8;  
	text-decoration: underline;  
}  
img {  
     border: 0px;  
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/******************************************/
/* END General definitions                */
/******************************************/
div#flashcontent {
	width: 100%;
	height: 100%;
	text-align: left;
}

