body
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #c4c3c1;
	color:#666;
	text-align: center;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;	
	height: 100%;
}

#content 
{
	width: auto;
	height: auto;	
}


embed, object
{
	position: absolute; 
	top:0; 
	left:0; 
	z-index:1;	
}

a:link, a:active, a:visited 
{
	color:#BD2D0B;
}

a:hover {
	color:#FF3300;
}
