body {
	background-repeat: no-repeat;
	background-color: #000000;
	background-position:center;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#text {
	margin-top: 225px;
}
#content {
	min-height: 950px;
	background-repeat: no-repeat;
}

#header {
	height: 35px;
	width: 100%;
}
#sony-logo {
	margin: 5px 14px 0 0;
	float: right;
	width: 70px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(images/sony.make.believe.gif);
}

button {
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: auto;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	
	width: 258px;
	height: 70px;
}
button::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
button span {
	/* background-repeat: none; */
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	width: inherit;
	height: inherit;
}
button span.sizer {
	margin: 3px;
	width: 252px;
	height: 64px;
	position: relative;
}
button span.text {
	width: 258px;
	height: 70px;
	font-size: 2em;
	margin: -3px;
	padding-top: 16px;
	position: absolute;
	left: 0;
	top: 0;
	
	font-family: Georgia, serif;
	font-weight: bold;
	background: url(images/large-button-overlay.png);
}
button span.color {
	width: 100%;
	height: 100%;
}

button.small { width: 251px; height: 39px; }
button.small span.sizer { width: 245px; height: 33px; }
button.small span.text {
	width: 251px;
	height: 39px;
	font-size: 1.5em;
	background: url(images/small-button-overlay.png);
	padding-top: 12px;
}

#status {
	font-size: 0.833333333333em;
	text-align: center;
	margin-bottom: 1.5em;
}

#subtitle {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 1.5em;
}

#gameName {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1.5em;
	font: italic bold;
}

#legal {
	font-size: 0.833333333333em;
	text-align: center;
	margin-bottom: 1.5em;
}

.container {
	background-repeat: no-repeat;
	height: 950px;
}

