BODY, HTML
{
	background-color: #000000;
	height: 99%;
	overflow-y: hidden;
	color: #8C8C8C;
	font-family: Calibri;
	text-align: center;
}
A
{
	outline: none;
}
#container
{
	width: 960px;
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	height: 341px;
	margin-top: 118px;
}
#tube-site-button
{
	width: 383px;
	height: 115px;
	display: block;
	background-image: url(images/btn_enter_off.png);
	margin-left: auto;
	margin-right: auto;
}
#tube-site-button:hover
{
	width: 383px;
	height: 115px;
	display: block;
	background-image: url(images/btn_enter_on.png);
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
