body {
	background-color:#000;
	text-align:center;
	margin:0;
}
a {color:#333333;}

#page {
	width:990px;
	height:675px;
	background:url("../images/release_landing.jpg") no-repeat;
	text-align:left;
	position:relative;
	margin:0 auto;
}
	#page h1,
	#page p {
		font-size:10px;
		text-indent:-1000px;
		margin:0;
		padding:0;
	}
	#page h1 {
		width:374px;
		height:540px;
		position:absolute;
		left:305px;
		top:68px;
	}
	#page #continue {
		width:200px;
		height:20px;
		position:absolute;
		left:705px;
		top:495px;
	}
		#page h1 a,
		#page #continue a {
			display:block;
			width:100%;
			height:100%;
			overflow:hidden;
		}
			#page #continue a {
				background:url("../images/release_continue.gif") no-repeat;
			}
			#page #continue a:hover {
				background-position:0 -20px;
			}
		#page #countdown {
			position:absolute;
			left:305px;
			top:620px;
		}