/***** Global Settings *****/

@import url(reset.css);

body, html { 	
	background: black url('../images/splash2.jpg') no-repeat center -330px ;
	height: 100%; width: 100%;
	color: white;
 	}

/***** Font Styles *****/


/***** Layout Elements (from top left to bottom right) - for 1024px width *****/

#outer {
	height: 100%; 
	width: 100%;
	overflow: visible; 
	position: relative; }
	
#outer[id] { display: table; position: static; }

#inner { 
	position: relative; 
	width: 720px; 
	margin-left: auto; margin-right: auto;
	margin-top: 120px;
	padding: 10px;
	border: 1px solid #222;
	background: #111;
	font: 13px "Trebuchet MS", Verdana, sans-serif ;
	color: #ccc;
	line-height: 18px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
	
li {
	padding: 3px;
	list-style: square;
}
	
a {
	color: #fff;
	text-decoration: underline;
}

/* optional: #inner[id] {position: static;} */

#box1 div {
	position: relative;
	float: left;
	width: 345px;
	height: 136px;
	font: 11px "tahoma", sans-serif;
}

#box1 p {
	position: absolute;
	left: 13px;
	top: 25px;
	width: 320px;
	height: 80px;
	padding: 2px;
	line-height: 16px;
}

#box1 .bottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 20px;
}

#box1 .bottom span {
	display: block;
	background: black;
	padding: 5px 8px;
	margin-right: 6px;
	float: left;
}

#break {
clear:both;
width: 100%;
}

#box1 #open { 	background: url('../images/splash/memberbox-open.png'); }
#box1 #general { 	background: url('../images/splash/memberbox-general.png'); }
#box1 #staff { 	background: url('../images/splash/memberbox-staff.png'); }
#box1 #admin { 	background: url('../images/splash/memberbox-admin.png'); }
