
@charset "UTF-8";
/* CSS Document */

*
{
	font-family:"Helvetica Neue", Verdana, Arial, sans-serif;
	color:#ffffff;
	
	font-size:12px;
	line-height:18px;
}

html
{
	overflow:hidden;
	height:100%;
	width:100%;
	
}

body
{
	background-color:#000000;
	
	margin:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}


#flash
{
	height:100%;
	width:100%;
}

#cubes
{
	margin:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}

