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

* {margin: 0; padding: 0; font-size: 100%;}

html {height: 100%;}

body {
	height: 100%;
	background: #000;
	height: 100%;
	overflow: hidden;
	font: 76%/150% arial, sans-serif;
	color: #fff;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
}

#content {
	margin: 0 0 20px 50%;
	padding: 12px;
	background:url(images/background.png);
	border: 5px solid #000;
}

#content:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
}

/* typography */

h1 {
	font-size: 500%;
	line-height: 130%;
	color: #fcca20;
	overflow: hidden;
}


p {
	margin-bottom: 1.1em;
	font-size: 100%;
}

ul {
margin-left: 15px;
margin-bottom: 15px;
}
	
p a, li a {
	color: #fcca20;
	text-decoration: none;
	font-weight:bold;
}

p a:hover, li a:hover {
	color: #999;
}

#banner {
	position: relative;
	top: 15%;
	left: 0;
	width: 100%;
	height: 22em;
	margin-top: -5em;/* this must equal half the height */	
	background:url(images/background.png);
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;

}

#banner div {
	position: relative;
	float: left;
	width: 19.9%; /* reduced to fix IE rounding error */
	height: 22em;
	overflow: hidden;
}

#banner p,
#banner h3 {
	margin: 10px;
	position: relative;
	z-index: 101;
}

	#banner h2 {
		position: absolute;
		bottom: 0;
		left: 10px;
		z-index: 100;
		font-size: 1200%;
		line-height: 1em;
		color: #222;
		font: Georgia, Times, serif;
	}
	
#banner h2 a { color: #666; text-decoration:none;
}
#banner h2 a:hover { color: #fcca20; }

#banner h3 {
	font-size: 150%;
}

#banner div p img a,
#banner div p img a:hover {
	color:none;
}