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

* {
	margin:0;
	padding:0;
}

body {
	color:#666;
	background-color:#000;
	background-repeat:repeat;
	background-position:top left;
	background-image:url(../images/general_bk.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	font-stretch:normal;
	font-size-adjust:none;
}
	.tube {
		width:1020px;
		margin:0 auto;
	}
	.clearfix {
		height:1px;
		clear:both;
	}

#nav {
	height:50px;
	background-color:#000;
	background-image:url(../images/nav-bk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#content {
	
}
	.tube {
		width:1020px;
	}
	
	#splash {
		height:462px;
		background-color:black;
		background-position:0 0;
		background-repeat:no-repeat;
		background-image:url(../images/splash-large.jpg);
	}