html,body {
	height: 100%;
}
body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	}

a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

#skyscraper {
	background-color: #000000;
	height: 688px;
	width: 33px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

#wrapper {
	height: 100%;
	width: 980px;
	background-color:#083E86;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 0;
}

#table-style {
	border-right: 1px solid #FFFFFF;
	background-color:#083E86;
	background-position: 0% 100%;

	/* Uncomment below on splash index page for people fade */
	background-image: url('images/splash_bkgd.jpg');
	background-repeat: no-repeat;

	/*background-image: url("images/bkgd_grad.jpg");
	background-repeat: repeat-x;*/
}

#header {
	height: 83px;
	width: 672px;
	background: url("images/header.gif") no-repeat;
}


#rock-bkgd {
	background: url("images/rocks_bkgd.gif") no-repeat;
	height: 396px;
	width: 980px;
}

#nav {
	height: 300px;
	width: 200px;
	float: left;
	display: inline;
}

#main-content {
	width: 970px;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
}