/*******************************
	PAGE LAYOUT
*******************************/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
}

#wrap
{
	width: 100%;
	text-align: center;
}

#page
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span.text a,
span.text a:visited
{
	text-decoration: none;
	color: #898e97;
}

span.text a:hover
{
	text-decoration: underline;
	color: #898e97;
}

