body {
	margin: 0px;
	background: #AF282A;
	font-family: Helvetica, Sans-Serif;
	font-size: 10px;
}
td { font-size: 10px; }
#container {
	width: 600px;
	height: 580px;
	margin: 0px auto 0px auto;
	position: relative;
	color: #fff;
	background: url('images/ray.png') center;
}
#timer {
	left: 0px;
	right: 0px;
}
#timer_message {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 75px; left: 0px; right: 0px;
	text-shadow: #000 0px 1px 2px;
}
#timer_time {
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 100px; left: 0px; right: 0px;
	text-shadow: #000 0px 1px 4px;
}
.info {
	background: url('images/app_infobg.png');
	width: 413px;
	height: 18px;
	padding: 5px 10px 4px 10px;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	font-size: 14px;
	text-shadow: #333 0px 1px 2px;
}
#info_refer {
	position: absolute;
	top: 430px;
	left: 0px;
	right: 0px;
	text-align: center;
	text-shadow: #333 0px 1px 2px;
	font-size: 11px;
}
#info_info {
	position: absolute;
	top: 270px;
	left: 0px;
	right: 0px;
	text-align: center;
	text-shadow: #333 0px 1px 2px;
	font-size: 16px;
}
#info_refer a:link, #info_refer a:visited { color: #fff; font-weight: bold; display: block; font-size: 18px; text-decoration: none; }
.info a:link, .info a:visited { text-decoration: none; color: #fff; font-size: 14px; padding-left: 20px; }
.menuet { top: 300px; }
.appzapper { top: 340px; }
.iclip { top: 380px; }
.menuet .name { background: url('images/menuet_mini.png') no-repeat; font-weight: bold; }
.appzapper .name { background: url('images/appzap_mini.png') no-repeat; font-weight: bold; }
.iclip .name { background: url('images/iclip_mini.png') no-repeat; font-weight: bold; }
.dload { float: right; background: url('images/download_mini.png') no-repeat; }
.minfo { margin-right: 12px; float: right; background: url('images/info_mini.png') no-repeat; }
#icons_message {
	font-size: 20px;
	position: absolute;
	top: 140px;
	left: 80px;
	padding-bottom: 4px;
	right: 80px;
	font-weight: bold;
	text-align: center;
	text-shadow: #000 0px 1px 2px;
}
#idle {
	font-size: 36px;
	position: absolute;
	top: 272px;
	left: 0px;
	right: 0px;
	font-weight: bold;
	text-align: center;
	text-shadow: #000 0px 1px 2px;
}
#determine {
	font-size: 18px;
	position: absolute;
	top: 320px;
	left: 0px;
	right: 0px;
	text-align: center;
	text-shadow: #000 0px 1px 2px;
}
#appzapper {
	position: absolute;
	display: block;
	top: 223px;
	right: 157px;
	width: 128px;
	height: 150px;
	background: url('images/appzapper.png');
	cursor: pointer;
}
#appzapper:hover { background-position: 128px 0px; }
#menuet {
	position: absolute;
	display: block;
	top: 223px;
	left: 157px;
	width: 128px;
	height: 150px;
	background: url('images/menuet.png');
	cursor: pointer;
}
#menuet:hover { background-position: 128px 0px; }
#sponsors {
	position: absolute;
	top: 500px;
	left: 0px;
	right: 0px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-shadow: #000 0px 1px 2px;
}
#sponsors a:link, #sponsors a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
#links {
	position: absolute;
	top: 520px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	text-align: center;
	text-shadow: #000 0px 1px 2px;
}
#links a:link, #links a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
#register {
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
}
#register_head {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-shadow: #000 0px 1px 2px;
	margin-bottom: 7px;
}
#register_body {
	font-size: 13px;
	text-shadow: #000 0px 1px 2px;
	width: 550px;
	margin: 0px auto;
	margin-bottom: 15px;
}
#register_body a:link, #register_body a:visited { color: #fff; text-decoration: none; font-weight: bold; }
#register .field {
	padding: 5px;
	font-size: 18px;
}
#register input { font-size: 18px; text-align: center; }
#register input#name { font-size: 30px; width: 300px; }
#register input#email { width: 300px; }
#register input#submit { font-size: 20px; }
#register .check { width: 420px; margin: 0px auto; font-size: 12px; text-shadow: #000 0px 1px 2px; cursor: pointer; }
#clicked { display: none; }
#time_hold { display: none; }
#winners_message {
	font-size: 20px;
	text-shadow: #000 0px 1px 2px;
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	text-align: center;
}
#menuet_icon {
	width: 128px;
	height: 150px;
	position: absolute;
	background: url('images/menuet.png');
	top: 110px;
	left: 100px;
}
#menuet_winner {
	font-size: 40px;
	font-weight: bold;
	text-shadow: #000 0px 2px 3px;
	position: absolute;
	top: 150px;
	left: 240px;
	height: 49px;
	width: 350px;
	overflow: hidden;
}
#menuet_blurb {
	font-size: 16px;
	text-shadow: #000 0px 1px 2px;
	position: absolute;
	top: 200px;
	left: 243px;
}
#appzapper_icon {
	width: 128px;
	height: 150px;
	position: absolute;
	background: url('images/appzapper.png');
	top: 280px;
	left: 100px;
}
#appzapper_winner {
	font-size: 40px;
	font-weight: bold;
	text-shadow: #000 0px 2px 3px;
	position: absolute;
	top: 320px;
	left: 240px;
	height: 49px;
	width: 350px;
	overflow: hidden;
}
#appzapper_blurb {
	font-size: 16px;
	text-shadow: #000 0px 1px 2px;
	position: absolute;
	top: 370px;
	left: 243px;
}
