@charset "utf-8";
/* CSS Document */

html, body
{ 	margin: 0; 
	padding: 0; 
/*	background-color:#1b1b1d;*/
	background-image:url(img/background_degrade.jpg);
	background-repeat:repeat-x;
} 

div
{	position:absolute; 
	left: 50%; 
	width: 980px; 
	height: 605px; 
	margin-left: -490px; 
	margin-top: 20px;
} 

object
{	display: block; 
	outline: none; 
	width: 100%; 
	height: 100%;
}

.smltxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#CCCCCC;
}

.smltxt a
{
	text-decoration:underline;
	color:#CCCCCC;
}

.smltxt a:hover
{
	text-decoration:none;
	color:#CCCCCC;
}
