/*<group=General Styles>*/

body {
	color: #FFFFFF;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
	scrollbar-base-color: #2B0000;
	scrollbar-arrow-color: #D58907;
	scrollbar-3dlight-color: #D58907;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #750202;
	scrollbar-highlight-color: #6D0200;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #430202;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat;
}
#borderDiv {
	text-align: center;
	position:absolute;  
	width: 1130px; 
	height: 720px; 
	left: 50%;
	top: 50%;
	margin-left: -565px;
	margin-top: -360px;
		background-image:url(../images/bg1.jpg);
	background-repeat:repeat;
	}
#centerDiv { 
	text-align: center;
	position:absolute;  
	width: 1000px; 
	height: 600px; 
	border-width: 1px;
	border-color: #242424;
	border-style: double;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
}
#magmata_space {
	position:absolute;
	width:324px;
	height:60px;
	top:640px;
	left:0px;
	float:left;
	}
#bgWrap {
	background-image:url(../images/main_bg.jpg);
	background-attachment: inherit;
	background-repeat:no-repeat;
	position:relative;
	width: 1000px; 
	height: 600px; 
}
#txtWrap {
	width: 760px;
	height: 240px;
	left: 10px;
	top: 235px;
	position: absolute;
	color:#FFFF66;
	font-family:Verdana;
	font-size:12px;
}
.h1 {
	font-family:Verdana;
	font-size:18px;
	color:#FFFF33;
	font-weight:bold;
}
.bodytxt {
	color: #FFFF99;
	font-family:Verdana;
	font-size:16px;
}
#footer {
	width:600px;
	height:30px;
	position:absolute;
	font-family: arial;
	color: gold;
	font-size:12px;
	text-align:center;
	top:616px;
	left: 207px;
	}	
