html {
	background-color: #000;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	
	margin: 0px auto;
	padding: 0px;
	background: #000 url('../../img/microsites/masquerade/main_body_bg.jpg') top center no-repeat;

}

a {
	color: #F9E215;
	font-weight: bold;
}

a:link{
	color: #F9E215;	
}

a:visited{
	color: #C8B71E;
}

a:hover{
	color: #F9E215;		
}

a:active{
	color: #F9E215;	
}

h1 {
	width: 610px;
	height: 410px;
	margin: 0;
	background: #000 url('../../img/microsites/masquerade/header.jpg') top center no-repeat;
}
	h1 span
	{
		display: none;
	}

#content {
	width: 610px;
	margin: 2px auto 0;
	background: #000;
}

.left {
	width: 280px;
	margin: -10px 0 0 15px;
	float: left;
}
	p.left {
		text-align: left;
	}

.right {
	width: 280px;
	margin: 5px 15px 0 0;
	float: right;
}
	p#link_back {
		margin-top: 30px;
	}
.centre {
	width: 580px;
	margin: 5px 15px 0 15px;
}
#content_bottom {
	clear: both;
	width: 610px;
	height: 216px;
	margin: 0;

}

#footer
{
	width: 610px;
	margin: 10px auto 0;
}
#footer p
{
	width: 610px;
	margin: 0;
	text-align: right;
}
.green_text
{
	color: #8ED200;
	font-weight: bold;
}
.white_text
{
	color: #ff0000;
	font-weight: bold;
}