body
{ 
background-color: #222222;
background-image: url(background.jpg);
background-position:center;
background-repeat: repeat-y;
}
#layermenu {
	position:absolute;
	width:110px;
	height:400px;
	z-index:2;
    left: 50%;
    top: 30px;
	margin-left: -462px;
}
#header {
	position:absolute;
	width:600px;
	height:100px;
	z-index:1;
    left: 50%;
    top: 30px;
	margin-left: -330px;
}
#section {
	position:absolute;
	width:200px;
	height:40px;
	z-index:2;
    left: 50%;
    top: 30px;
	margin-left: 250px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #cccccc;
	font-size: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
	color: #cccccc;
	font-size: 12px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	color: #cccccc;
	font-size: 30px;
}
.stylehome1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 9px;
	font-weight:normal;
}
.stylehome2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 9px;
	text-align:center;
	font-weight:normal;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;
	font-weight:normal;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;
	text-align: center;
	font-weight:normal;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 10px;
	text-align: right;
	font-weight:normal;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
	font-size: 10px;
}
.bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
	font-size: 12px;
}
.boldcent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
	font-size: 10px;
	text-align:center;
}
a:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #980bd4;
	text-decoration: underline;
	font-weight: bold;
}