<!---------->
<!--STYLES-->
<!---------->

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

.header {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eeeeee;
}

.announcement {
	font-size: 10px;
	font-weight: bold;
	color: #aaaaaa;
}

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

a:hover {
	text-decoration: underline;
	color: #680000;
}

a:visited {
	text-decoration: underline;
	color: #777777;
}

<!-------------->
<!--CONTAINERS-->
<!-------------->


#container {
	background-image: url(/_img/_bg/bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	background-position: top center;
	text-align: center;
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;    
	z-index:10;
}

#main {
	background-image: url(/_img/wcv_logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	width:900px;
	height:400px;
  	margin-left: auto;
  	margin-right: auto;
	z-index:90;
}

#menu {
	position: relative;
	left:0px;
	top:0;
	width: 900px;
	text-align: right;
	vertical-align: top;
	height:30px;
	z-index:99;
}

#content {
	position: relative;
	left:339px;
	top: 0;
	width: 560px;
	text-align: left;
	vertical-align: top;
	z-index:98;
}

#bottom_menu {
	position: relative;
	top: 30;
	width: 100%;
	text-align: right;
	vertical-align: top;
	z-index:91;
}