@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../splash-grfx/body-bg.jpg) top left no-repeat;
	color: #000000;
	padding: 0;
	margin: 0;
}

#container {
	width: 874px;
	padding: 0;
	margin: 0;
	position:relative;
}

#loft-holder {
	position:absolute;
	width:163px;
	height:50px;
	top:727px;
	left:13px;
	margin: 0;
}

#site-column {
	float: left;
	width: 698px;
	padding: 0;
	margin: 0 0 0 176px;
}
*html #site-column {
	margin:0 0 0 90px;;
}

#header {
	float: left;
	width: 694px;
	height: 148px;
	padding: 0;
	margin: 12px 0 0 4px;
	text-align:left;
}

#interact-holder {
	float: left;
	width: 698px;
	padding: 0;
	margin: 0 0 0 176px;
	background: url(../grfx/interact-bg.jpg) top left no-repeat;
}
*html #interact-holder {
	margin:0 0 0 90px;;
}
#enter {
	float:left;
	width:698px;
	height:30px;
	margin:40px 0 0 0;
	text-align:center;
}
*html #enter {
	width:690px;
}

#countdown {
	float:left;
	width:440px;
	height:122px;
	margin:80px 0 0 69px;
	background:url(../splash-grfx/countdown-bg.png) center no-repeat;
	padding: 60px 0 0 140px;
}
*html #countdown {
	padding: 60px 0 0 80px;
}

#social-media {
	float:left;
	width:240px;
	margin:10px 0 0 69px;
	padding: 0 0 0 195px;
}
*html #social-media {
	padding:0 0 0 130px;
}

#social {
	float:left;
	width:88px;
	height:44px;
	margin:0 0 0 35px;
}
*html #social {
	margin:0 0 0 20px;
}


#social ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#social li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
}

#social li a {
	border: 0;
	display: block;
	height: 44px;
	text-decoration: none;
}

#social li a span {
	display: none;
}

#social li#facebook a {
	width: 44px;
	background:url(../splash-grfx/social-media-bg.jpg) 0px 0px no-repeat;
}
#social li#facebook a:hover {
	background: url(../splash-grfx/social-media-bg-hover.jpg) 0px 0px no-repeat;
}
#social li#twitter a {
	width: 44px;
	background:url(../splash-grfx/social-media-bg.jpg) -44px 0px no-repeat;
}
#social li#twitter a:hover {
	background: url(../splash-grfx/social-media-bg-hover.jpg) -44px 0px no-repeat;
}

a img {
	border:none;
}