body {
	background: #000 url('../images/background.png');
	color: #aaa;
	font-size: 14px;
	padding: 20px 0 40px;
	text-shadow: 0px 2px 3px #000;
}

.container_16 {
	margin-top: 50px;
}

#screenshot {
	background: url('../images/play_screenshot.png') no-repeat right top;
	height: 700px;
}

#screenshot img {
	margin-top: 119px;
	margin-left: 77px;
	display: none;
}

h1#main_header {
	background: url('../images/name.png') no-repeat;
	width: 440px;
	height: 94px;
	text-indent: -9999px;
	margin-top: 100px;
	margin-bottom: 20px;
	margin-left: -5px;
}

.notice {
	display: block;
	width: 370px;
	height: 50px;
	background: url('../images/notice_background.png') no-repeat;
	padding: 16px;
	color: rgba(0,0,0,0.7);
	text-shadow: 0 1px 0px rgba(255,255,255,0.5);
	margin: auto;
	margin-bottom: 15px;
}

.notice a {
	font-weight: bold;
	color: rgba(0,0,0,0.9);
	text-shadow: 0 1px 0px rgba(255,255,255,0.5);	
}

p.intro {
	font-size: 19px;
}

em {
	color: #eee;
}

p {
	margin-bottom: 1.7em;
}

ul {
	margin-top: -.6em !important;
}

ul li {
	margin-bottom: 1em;
	list-style-type: none;
	text-indent: -0.5em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#download {
	background: url('../images/download_button.png') no-repeat;
	height: 100px;
	padding: 15px;
	color: rgba(0,0,0,0.5);
	text-shadow: 0 1px 0px rgba(255,255,255,0.5);
	font-size: 19px;
	margin-top: 40px;
}

#download a {
	color: rgba(0,0,0,0.5);
	font-weight: bold;
	display: block;
}

#download p {
	padding-top: 7px;
}

#download a small {
	font-size: small;
	margin-top: -5px;
	display: block;
}

#download img {
	float: left;
	margin-right: 30px;
}

#download p {
	width: 150px;
	float: left;
	margin-top: 6px;
}

#download p.secondary {
	font-size: 12px;
	margin-left: 30px;
	margin-top: 7px;
	width: 150px;
}

#download p.secondary a {
	color: #555;
	text-shadow: 0px 2px 3px #000;
}

#footer {
	background: url('../images/seperator.png') no-repeat center top;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding-top: 60px;
}

#footer a {
	color: #bbb;
}
