/* Studio One Tofino - black_fern Theme v1.0 */
/* Splash Page CSS - splash.css */
/* Creative Layout by Coast Image :: coast-image.com */
/* Designed by Four Mind :: fourmind.ca *//* Created: Aug 12, 2008 */

body {
/*	background: #000 url(images/spl_bg.png) no-repeat fixed right top; */
	background-color: #000;
	margin: 0px;
	padding: 0px;
	min-width: 774px;
	font: 14px "Gill Sans", Helvetica, Geneva, Verdana, sans-serif;
	color: #CCC;
	text-align: center;
	letter-spacing: 1px;
}
a:link, a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
}
a img { border: none; }
.hidden { display: none; }
.clear { clear: both; height: 0px; }


#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#splash-photos {
	float: left;
	width: 575px;
	margin: 0;
	padding: 0;
}
#splash-photos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#splash-photos ul li {
	float: left;
	position: relative;
	display: block;
	margin: 0 5px;
	padding: 0;
	width: 105px;
}
#splash-photos ul li span {
	display: none;
}
#spl_0 {
	background: url(images/spl_photo_0.jpg) no-repeat center center;
}
#spl_1 {
	background: url(images/spl_photo_1.jpg) no-repeat center center;
}
#spl_2 {
	background: url(images/spl_photo_2.jpg) no-repeat center center;
}
#spl_3 {
	background: url(images/spl_photo_3.jpg) no-repeat center center;
}
#spl_4 {
	background: url(images/spl_photo_4.jpg) no-repeat center center;
}
#splash-enter {
	margin-left: 600px;
	font-weight: bold;
	font-size: 26px;
}
#splash-logo {
	margin-left: 600px;
}

#footer {
	margin: 20px 0 20px 630px;
	padding: 0;
	text-align: right;
	color: #999;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

