@charset "UTF-8";
@import url("text.css");
/* CSS Document */

body {
	background-color: #000000;
	background-position:center; 
	background-repeat:repeat-y;
	margin: 0 0 0 0;
	min-height:100%;
	background-image:url(img/bg%20dark4.png)!important; 
}

h2{		/*text-shadow: #787878 0px -1px 0px;*/
}

a {
	color: #236DA8!important;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in;
}
a:visited {
	color: #236DA8!important;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	text-shadow: lightblue 0px 0px 25px;     
}
a:active {
	text-decoration: none;
}

html, body {
	height: 100%;	
}
* html #gtmainDiv {
	height:100%;
}
#gtmaindiv {
  background-image:url(img/bg%20dark4.png);
	background-position:center; 
	background-repeat:repeat-y;
	margin: auto auto;
}
#apDiv1 {
	position:absolute;
	height:165px;
	z-index:1;
	width:100%;
	left: -265px;
	top: 80px;
}

.logo{
	left: 75px;
	top: -5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	height: 100px;
	width: 380px;
	background-image: url(img/header.png);
	background-position: right;
	background-repeat: no-repeat;
}

.bright45
{
	background-image:url(img/bg%20bright.png); 
	background-position:center; 
	background-repeat:repeat-y;
	height:45px
}

.bright7
{
	background-image:url(img/bg%20bright.png); 
	background-position:center; 
	background-repeat:repeat-y;
	height:7px
}

.gold1
{
	background-image:url(img/bg%20gold.png); 
	background-position:center; 
	background-repeat:repeat-y;
	height:15px
}

.gold2
{
	background-image:url(img/bg%20gold.png); 
	background-position:center; 
	background-repeat:repeat-y;
	height:7px
}

.gold3
{
	background-image:url(img/bg%20gold.png); 
	background-position:center; 
	background-repeat:repeat-y;
	height:3px
}
#indexleft {
	padding: 15px;
}
#indexright {
	padding: 15px;
}
