@charset "utf-8";
/* CSS Document */

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #000;
}
.style1 {
	font-size: small;
	font-family: Arial;
	color: #000000;
}
.style2 {
	font-size: medium;
	font-family: Arial;
	color: #000000;
}

.style1a {
	font-size: small;
	font-family: Arial;
	color: #FFFFFF;
}
.style2a {
	font-size: medium;
	font-family: Arial;
	color: #FFFFFF;
}

.border
{ 
border: thin solid #FFFFFF
}
.borderd
{ 
border: thin dotted #FFFFFF
}
.borderb
{ 
border: thin solid #000000
}
.borderbd
{ 
border: thin dotted #000000
}




body {
	background-color: #000000;
	background-image:url('bg.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center; 
}

#TopFade {
	position:absolute;
	width:100%;
	height:25%;
	z-index:1;
	top: 0%;
	left: 0%;
}

#BottomFade {
	position:absolute;
	width:100%;
	height:25%;
	z-index:2;
	bottom: 0%;
	left: 0%;
}


#BodyBG {
      position: absolute;
      left: 0px;
      top: 50%;
      width: 100%;
      height: 350px;
	  z-index:3;
      margin-top:-175px; 
}


#logo {
      position: absolute;
      left: 0%;
      top: 50%;
      width: 100%;
      height: 89px;
	  z-index:4;
	  margin-top:-217px; 
}


#BodyL {
      position: absolute;
      left: 49%;
      top: 50%;
      width: 290px;
      height: 300px;
	  z-index:5;
      margin-left:-290px;
      margin-top:-150px; 
}
#BodyR {
      position: absolute;
      left: 51%;
      top: 50%;
      width: 290px;
      height: 300px;
	  z-index:5;
      margin-top:-150px; 
}

#BodyLP {
      position: absolute;
      left: 49%;
      top: 50%;
      width: 320px;
      height: 300px;
	  z-index:5;
      margin-left:-320px;
      margin-top:-150px; 
}
#BodyRP {
      position: absolute;
      left: 51%;
      top: 50%;
      width: 320px;
      height: 300px;
	  z-index:5;
      margin-top:-150px; 
}
#BodyFull {
      position: absolute;
      left: 0px;
      top: 50%;
      width: 100%;
      height: 300px;
	  z-index:5;
      margin-top:-150px; 
}




#DBHLink {
      position: absolute;
      left: 0%;
      top: 50%;
      width: 100%;
      height: 30px;
	  z-index:7;
	  margin-top:162px; 
}

#Disc {
      position: absolute;
      left: 0px;
      bottom: 2px;
      width: 100%;
      height: 20px;
	  z-index:4;
}