html,body
{
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 95%;
}

*
{
	font-size: 100%;
}

a, a:link,a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}


/*Content*/
#core
{
	float: none;
	overflow: visible;
}

#contentwrapper
{
	color: #000000;
	float: none;
	overflow: visible;
	margin: 0;
	width: 80%;
}

#content
{
	border: 0;
	color: #000000;
	float: none;
	overflow: visible;
	width: auto;
}

#contentinner
{
	padding: 0;
}

#logo
{
	display: none;
}

#text
{
	padding: 0;

}

#footer
{
	color: #000000;
	text-align: left;
	width: auto;
}