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

html{
	height:100%;
	overflow-y: scroll;
}

body{
	background:url(images/lava-background.jpg) fixed center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFF;
	height:100%;
}

#mainframe{
	background:#000;
	margin:0px auto;
	width:1000px;
	overflow:hidden;
}

#header{
	border: 1px solid #252525;
	width:998px;
	height:148px;
	float:left;
}

#logo{
	width:1000px;
	height:150px;
	position:absolute;
}

#leftframe{
	border-left: 1px solid #252525;
	width:159px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	font-weight:bold;
}

#centerframe{
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	width:578px;
	height:auto;
	float:left;
	padding:10px;
}

#rightframe{
	border-right: 1px solid #252525;
	width:199px;
	height:auto;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

#footer{
	border: 1px solid #252525;
	width:998px;
	height:19px;
	padding-top: 5px;
	float:left;
	color: #b0d136;
}

a{
	color:#b0d136;
	text-decoration:none;
}

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

h2{
	color:#b0d136;
}

h3{
	color:#b0d136;
}
