body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url('../images/backdrop.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Aldrich', sans-serif;
	color: #ffffff;
}

#screen-wrapper
{
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: 314px;
	width: 560px;
	height: 420px;
}

#overlay
{
	background-image: url('../images/overlay.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 620px;
	height: 493px;
	left: 50%;
	top: 275px;
	position: absolute;
	margin-left: -405px;
}

.score
{
	font-size: 24pt;
	position:absolute;
	width: 100px;
	height: 50px;
	text-align: center;
}

#left-score
{
	margin-left: 140px;
}

#right-score
{
	margin-left: 320px;
}

#divider
{
	position: absolute;
	margin-left: 280px;
	height: 430px;
	width: 2px;
	background-image: url('../images/divider.png');
	background-repeat: repeat-y;
	background-position: center top;
}

#welcome
{
	font-family: 'Aldrich', sans-serif;
	font-size: 14pt;
	text-align: center;
	position: absolute;
	width: 350px;
	margin-left: 105px;
	margin-top: 50px;
	padding: 30px 0;
	background-color: rgba(30, 30, 30, 0.6);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#welcome h1
{
	font-size: 24pt;
	margin: 0;
	padding: 0;
}

#welcome p
{
	margin: 0;
	padding: 0;
	padding-top: 1em;
}

#credits-wrapper
{
	display: none;
	overflow: hidden;
	width: 560px;
	height: 360px;
}

#credits
{
	position: relative;
	width: 500px;
	height: 450px;
	padding: 30px;
}

#buttons
{
	position: absolute;
	left: 50%;
	top: 651px;
	margin-left: 293px;
}

#buttons a 
{
	float:left;
	display: block;
	width: 21px;
	height: 22px;
	background: rgba(255,255,255,0.2);
}
#buttons a span
{
	display: none;
}

#credits-button
{
	margin-left: 68px;
}