body
{
	padding: 0;
	margin: 0;
	background: #000000;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#centrecontainer
{
	position: absolute;
	width: 100%;
	height: 100%;
}

#outercontainer
{
  margin: auto;
	width: 100%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	margin: 100px auto auto auto;
	width: 600px;
	height: 600px;
	background: url('../images/FrontPiece.png');
}


#footer
{
  margin: auto;
	width: 600px;
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}
