html, body {
  height: 100%;
}

html
{
	background-color: #efefef;
}
body
{
	background: url(bg.png) #efefef top center no-repeat;
	text-align: center;
}
#page
{
	margin-left: -30px;
	position: relative;
}
#logo
{
	padding: 100px 0 0 0;
}
h1 
{
	text-indent: -9999px;
	display: block;
	width: 172px;
	height: 42px;
	background: url(logo.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 30px;
}
h1 a {
	display: block;
	width: 172px;
	height: 42px;
}

div#polaroids {
	position: absolute;
	right: 30px;
	top: 0px;
}

div#preorder {
	margin: 50px 0 20px 5px;
}

.tooltip {
	background-color: #ffffff;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px 15px;
	width: 200px;
	display: none;
	color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.tooltip p 
{
	margin-top: 10px;
}

ul {
	padding-bottom: 60px;	
}
ul li {
	list-style: none;
	margin-bottom: 30px;
}
ul li#preorder 
{
	margin-bottom: 60px;
}
ul li p {
	background: none;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px 5px 10px;
}
ul li a {
	background: none;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px 3px 10px;
}
ul li a:hover {
	background-color: #000;
	color: #fff;
}



div#follow-wrap {
	width: 101px;
	height: 51px;
	background: url(follow.png) 0 0 no-repeat;
	padding: 23px 0 0 8px;
	position: absolute;
	top: 0px;
	left: 50px;
}
div#follow-wrap ul#follow
{
	width: 85px;
	height: 19px;
	background: url(icons.png) 0 0 no-repeat;
	padding: 0;
	margin-left: 20px;
}
div#follow-wrap ul#follow li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	width: 21px;
	height: 21px;
	float: left;
}
div#follow-wrap ul#follow li a {
	height: 21px;
	text-decoration: none;
	display: block;
}
div#follow-wrap ul#follow li a span {
	float: left;
	text-indent: -9999px;
}
div#follow-wrap ul#follow li a { 
	opacity: 0;
	filter: alpha(opacity=0)
}
div#follow-wrap ul#follow li#follow-facebook a {
	background: url(icons.png) 0 -19px no-repeat;
}
div#follow-wrap ul#follow li#follow-twitter a {
	background: url(icons.png) -21px -19px no-repeat;
}
div#follow-wrap ul#follow li#follow-youtube a {
	background: url(icons.png) -42px -19px no-repeat;
}

div#google-groups 
{
	width: 250px;
	height: 60px;
	background-color: #000;
	padding: 10px;
	padding-right: 15px;
	margin-bottom: 0px; 
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
div#google-groups p 
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
div#google-groups p a
{
	color: #fff;
	background-color: #000;
	text-decoration: underline;
	font-size: 11px;
}

input.emptyText
{
	color: #777;
}