﻿*{  
  margin:0;  
  padding:0;  
} 

html {
	height:100%;
}



body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-position: center center;
	text-align: center; /*For IE6 Shenanigans*/;
	background-image: url('carbonbackground.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}
#vertical {
	height: 50%;
	position: relative;
	width: 10px;
	margin-bottom: -273px; /* half the wrappers height */;
	float: left;
}
/*This works by setting the height of the vertical div to 50% minus half the size of the wrappers height,
 by floating this to the left and then using the clear:left; within the wrapper, 
 the wrapper div is then pushed down underneath the vertical div, causing it to be vertically centered.
*/
#wrapper {
	position: relative;
	width: 1170px;
	height: 547px;
	text-align: left;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}

/*.buttonid a:hover { 
	background-position:0 -100px;
}*/

.banner {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: left;
	top: 0px;
	left: 25%;
	width: 50%;
}
.maintext {
	font-size: large;
	padding: 10px 20px 0px 30px;
	text-indent: 10px;
	color: #CCCCCC;
	position: absolute;
	top: 20%;
	left: 15%;
	width: 70%;
}
.banner ul li {
	float: left;
	list-style-type: none;
}
#list2 {
	color: #FF0000;
	position: absolute;
	top: 30%;
	2 right: 30%;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	display: block;
}
ul li a {
	padding: 9px;
	display: block;
	color: #FF0000;
	text-decoration: none;
}

ul li a:hover {
	color: #FFFFFF;
}
#verticalbanner {
	position: static;
	left: 0px;
}
.webaddress {
	color: #333333;
	font-size: large;
	position: absolute;
	bottom: 0px;
	left: 4%;
	letter-spacing: .6em;
}
#list1 {
	padding: 20px;
	position: static;
	display: inline-block;
}
.heading1 {
	font-size: x-large;
	padding: 2px;
	position: relative;
	color: #FF0000;
}
