


body{
	margin:auto 0px;
	text-align: center;
	
	background : #000000 url('images/pagebg.jpg') no-repeat center 0px;
	
}

.text {
	color: #FFFF80;
	font-family: Verdana
}

#div-header {
	height:85px;
	width:523px;
	margin:0px auto;
	position:relative;
	top:0px;
	border-width: 0px;
}

#div-menu {
	position:relative;
	height:50px;
	width:700px;
	color: #FFFF80;
	margin:0px auto;
	top: 12px;
	border-width: 0px;
}

#div-welcome {
	position:relative;
	margin:0px auto;
	height:31px;
	width:434px;
	top:15px;
}

.centerdiv {
	
	height:695px;
	width:897px;
	
}

#div-footer {
	height:75px;
	width:340px;
	margin:0px auto;
	position:relative;
	top:60px;
}

#div-index {
	background-image: url('images/index_bg.png');
	background-repeat:no-repeat;
	height:672px;
	width:897px;
	color: #FFFF80;
	margin:0px auto;
	position:relative;
	top:30px;
}

.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

a:link {color: #d5ca25; text-decoration: underline; }
a:active {color: #aca53f; text-decoration: underline; }
a:visited {color: #aca53f; text-decoration: underline; }
a:hover {color: #d5ca25; text-decoration: none; }

#news-scroll-area {
	height: 325px;
	width: 437px;
	float:left;
	overflow:hidden;
	color: #fffcce;
}
.scrollbar-vert{
	background-color: #151515;
	height: 325px;
	width: 10px;
	float:left;
}
.handle-vert{
	height: 100px;
	width: 10px;
	background-color: #2f2e2e;
}
