body {
	background-color: #000000;
	background-image:  url(images/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.main {
    width: 750px; 
	height: 400px; 
	background-color: #252525;
	position: absolute; 
	margin-left: -375px;
	top: 20px;
	left: 50%;
	padding: 0px;
	border:1px solid #cccccc;
}
.left {
    width: 265px; 
	height: 400px; 
	background-color: transparent;
	background-image:  url(images/left.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left
	position: absolute; 
	top: 0px;
	left: 0px;
	padding: 0px;
	border:0px solid #000000;
}
.center {
    width: 20px; 
	height: 400px; 
	background-color: #7cc576;
	position: absolute; 
	top: 0px;
	left: 265px;
	padding: 0px;
	border:0px solid #000000;
}
.right {
    width: 465px; 
	height: 400px; 
	background-color: #252525;
	position: absolute; 
	top: 0px;
	left: 285px;
	padding: 0px;
	border:0px solid #000000;
}
.bottom {
    width: 750px; 
	height: 50px; 
	background-color: transparent;
	position: absolute; 
	margin-left: -375px;
	top: 430px;
	left: 50%;
	padding: 2px;
	border:0px solid #000000;
}
.nav {
    width: 122px; 
	height: 79px; 
	background-color: transparent;
	position: absolute; 
	top: 290px;
	left: 25px;
	padding: 0px;
	border:0px solid #000000;
}
.style22 {color: #7CC576}
.style23 {color: #CCCCCC}

a:link    { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; } 
a:hover   { color: #7CC576; text-decoration: none; } 
a:active  { color: #ffffff; text-decoration: none; } 