body
{
	background-color: #222222;
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/**********************************************************/


#wrapper
{
	background-color: #222222;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}


/* define width and height here */
#contentShell
{
	background-color: #222222;
	margin-left: -410px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 820px;
	height: 600px;
	visibility: visible;

}

/* define width and height here */
#content
{
	/*height: 600px;*/
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: top;

}

#content p.Body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;

}


/**********************************************************/

a,a:active,a:link,a:visited
{
	color: #666666;
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	text-decoration: none;
}

a:hover
{
	color: #999999;
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	text-decoration: none;
}



