a:link,
a:visited,
a:active{
	background: transparent;
	color: #808080;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #d62c75;
	text-decoration: underline;
}
body{ 
	background: #000;
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0;
	padding: 0; /* required for Opera to have 0 margin */


}
.footer{
	background-image: url(img/2008/bg_footer.jpg);
	height: 120px;
}
.header{
	background-image: url(img/2008/bg_header.jpg);
	height: 358px;
}
#contact{
	margin-top: 40px;
}

#bg_logo{
	z-index:-2;
	position:absolute;
	margin-left:-157px;
	background-image: url(img/2008/bg_logo.gif);
	background-repeat: no-repeat;
	height:170px;
	width:850px;

	/*
	background-image: url(img/2008/bg_logo.gif);
	background-repeat: no-repeat;
	*/
}