@import url(resetclearfix.css);

body {
	background: url(../static/splashBg.gif) no-repeat #121212;
	text-align: center;
}

#wrapper {
	background: url(../static/splashLogo.gif) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 320px;
	margin-top: 140px;
	padding-top: 155px;
	text-align: left;
}	

h1 {
	margin-left: 220px;
	font: 30px/1.5 "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
}

#info {
	margin: 0 0 45px 220px;
	font: 12px/1.5 "Trebuchet MS", Verdana, sans-serif;
	color: #5a5a5a;
}

#info, a {
	color: #555555;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.white {
	color: #FFF;
}

#club {
	margin: 0 10px 0 50px;
	width: 328px;
	height: 103px;
	background: url(../static/splash-club.png) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

#cafe {
	width: 413px;
	height: 93px;
	background: url(../static/splash-cafe.png) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

