@charset "utf-8";
html{
	min-height: 100%;
	height: 100%;
	background-color: #35322e;
	background-image: url(../images/sidesBackground.png);
	background-repeat: repeat-y;
	background-position:center;
	margin-top: 0px;
}
body{
	background-image:url(../images/Footer.fart);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	z-index: 900;
	position: relative;
}
img{
	border:none;
}

.content {
	width: 757px;
	color:#FFFFFF;
	padding:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: relative;
	z-index: auto;
	margin-top: 0px;
}
.bodyContent {
	min-height: 500px;
}

.header {
	/*width: 757px;*/
	text-align:left;
	padding:0px;
	position: relative;
	/*
	border:1px dashed #FFF;
	
	margin-right:auto;
	margin-left:auto;
	*/
	bottom: auto;
	height: auto;
	z-index:0;
}
.footer {
	height:auto;
	position: relative;
	top: 0px;	/*height:100%;
	min-height: 100%;
	*/
}
.content .loginBox {
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	width: 475px;
	margin-top: 0px;
	min-height: 100px;
	max-height: 150px;
}


.wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
/*
#footer {
    position: absolute;
    bottom: 0;
} 
*/
.wheel{
	position: absolute;
	top: 0px;
	left: 430px;
	height: 319px;
	width: 317px;
	z-index: 100;
}

.basicOrb a{
	background: url(../buttons/1btn.png); 
	z-index: 100;
	position: absolute;
	top: 10px;
	left: 116px;
	width:90px;
	height:90px;
	
}
.basicOrb a:hover{
	background-position:left -90px;
}

.chiOrb a{
	background: url(../buttons/2btn.png);
	z-index: 101;
	position: absolute;
	left: 189px;
	top: 39px;
	width: 90px;
	height: 90px;
	border: 0px;
}
.chiOrb a:hover{
	background-position:left -90px;
}
.etherealOrb a{
	background: url(../buttons/3btn.png);
	width:90px;
	height:90px;
	z-index: 102;
	position: absolute;
	left: 217px;
	top: 112px;
	border: 0px;
}
.etherealOrb a:hover{
	background-position:left -90px;
}
.karmaOrb a{
	background: url(../buttons/4btn.png);
	z-index: 103;
	position: absolute;
	top: 183px;
	left: 186px;
	width:90px;
	height:90px;
	border: 0px;
}
.karmaOrb a:hover{
	background-position:left -90px;
}
.darkOrb a{
	background: url(../buttons/5btn.png);
	z-index: 104;
	position: absolute;
	top: 209px;
	left: 116px;
	width:90px;
	height:90px;
	border: 0px;
}
.darkOrb a:hover{
	background-position:left -90px;
}
.advancedOrb a{
	background: url(../buttons/6btn.png);
	z-index: 105;
	position: absolute;
	top: 180px;
	left: 47px;
	width:90px;
	height:90px;
	border: 0px;
}
.advancedOrb a:hover{
	background-position:left -90px;
}
.spectralOrb a{
	background: url(../buttons/7btn.png);
	z-index: 106;
	position: absolute;
	top: 113px;
	left: 16px;
	width:90px;
	height:90px;
	border: 0px;
}
.spectralOrb a:hover{
	background-position:left -90px;
}
.spectralOrb a, a:hover, a:visited, a:active{
	border:none;
	border-bottom-style:none;
	border-style:none;
	outline: 0;
}
.celestialOrb a{
	background: url(../buttons/8btn.png);
	z-index: 107;
	position: absolute;
	top: 41px;
	left: 44px;
	width:90px;
	height:90px;
	border: 0px;
	
}
.celestialOrb a:hover{
	background-position:left -90px;
}
.orbTitle{
	/*background-image:	url(../menuTitles/1home.png);
	background-repeat: no-repeat;
	*/
	width: 155px;
	height: 62px;
	top: 120px;
	position: absolute;
	left: 85px;
	border: 0px;
}
.textStuff {
	color: #D7D6CB;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	width: 700px;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: auto;
	height: inherit;
	margin-top: 15px;
}
.textFormat {
	color: #D7D6CB;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	width: 700px;
	overflow: auto;
	height: inherit;
}
a{
	color:#FFF;
	border:none;
}
a:visited{
	color:#F00;
	border:none;
}

