body		
{
	font-family: arial, sans serif;
	color: #333333;
	background-color:#fbe1e1;
	scrollbar-base-color:#ffffff;
	font-size:11pt;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}

#OuterBody
{
	position:relative;
	width:990px;
	background-color:#ffffff;
	color:#000000;
	font-size:10pt;
	text-align:left;
}

#Header
{
	position:relative;
	text-align:right;
	height:210;
	z-index: 50;
	top:0;
	width:100%;
	background-color:white;
}


#PromoDiv
{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background-color:transparent;
	z-index:99;
	text-align:center;
}

#PromoScreen
{
	display:block;
	position:relative;
	top:240px;
	width:500px;
	height:300px;
	margin-left:25%;
	margin-right:25%;
	padding:15px;
	background-color:#FFFFFF;
	color:#666666;
	border:2px outset #666666;
	z-index:100;
	text-align:center;
}

