@charset "UTF-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
}
img
{
	border: none;
}
a:link
{
	color: #333;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #333;
}
a:hover
{
	color: #0033FF;
	text-decoration: none;
}
a:active
{
	text-decoration: none;
	color: #FF0000;
}
#mainwrap
{
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#splash
{
	width: 600px;
	min-height: 600px;
}
.getplayer
{
	text-align:center;
	line-height: 2em;
}
#footer
{
	text-align: center;
	margin-top: 20px;
	width: 600px;
}
