@charset "utf-8";
/* CSS Document */

/* ----------------- Png ----------------- */
img, div, .lavaLamp li.back , .lavaLamp li.back .left{
	behavior: url(/Scripts/iepngfix.htc)
	}
	
/* ----------------- Reset ----------------- */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}

/* ----------------- Body ----------------- */
body {
	background-color: #000;
	background-image: url(../Files/Background/background.jpg);
	background-attachment: fixed;
	background-position: top;
	text-align:center;
	background-repeat: repeat-x;
}

/* ----------------- Layout ----------------- */
#mast {
	height:30px;
	width:100%;
	background-image: url(../Files/Design/mast.png);
	text-align:center;
	margin-bottom:30px;
}
#intro {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
	overflow:hidden;
	height:30px;
	line-height:30px;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:left;
}
#white1 {
	width:960px;
	background-image: url(../Files/Design/white1.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:178px;
	position:relative;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:283px;
	height:178px;
}
#nav{
	position:absolute;
	top:50px;
	left:345px;
	width:616px;
	height:100px;
	background: url("../Files/Design/navigation.png") no-repeat top;
}
#enter{
	position:absolute;
	top:15px;
	left:400px;
	width:198px;
	height:30px;
}
.enterNow{
	width:283px;
	height:30px;
	background-image: url(../Files/Design/enter.png);
}
#white2 {
	width:640px;
	background-image: url(../Files/Design/white2.png);
	background-position: left top;
	background-repeat: none;
	padding-left:320px;
}
#white3 {
	width:960px;
	background-image: url(../Files/Design/white3.png);
	background-position: right top;
	background-repeat: repeat-y;
	position:relative;
	padding-top:20px;
}
#white4 {
	width:960px;
	background-image: url(../Files/Design/white4.png);
	background-position: right top;
	background-repeat: no-repeat;
	height:31px;
}
#sponsors {
	width:677px;
	height:122px;
	margin-left:283px;
}

/* ----------------- Text ----------------- */
#left{
	width:247px;
	float:left;
	padding-right:36px;
}
#right{
	width:605px;
	float:left;
	padding-left:36px;
	padding-right:36px;
}
#rightC1{
	width:283px;
	float:left;
	margin-right:36px;
}
#rightC2{
	width:283px;
	float:left;
}

/* ----------------- Lavalamp ----------------- */
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px;
	width: 450px;
    padding: 15px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../Files/Design/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../Files/Design/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
		
/* ----------------- Sponsors ----------------- */
#sponsorNews
{
float:left;	
  display: block;
  width: 243px;
  height: 122px;
  background: url("../Files/Sponsors/news.jpg") no-repeat 0 0;

}

#sponsorNews:hover
{ 
  background-position: 0 -122px;
}

#sponsorNews span
{
  display: none;
}

#sponsorCareer
{
float:left;		
  display: block;
  width: 165px;
  height: 122px;
  background: url("../Files/Sponsors/career.jpg") no-repeat 0 0;

}

#sponsorCareer:hover
{ 
  background-position: 0 -122px;
}

#sponsorCareer span
{
  display: none;
}
#sponsorJala
{
float:left;	
  display: block;
  width: 130px;
  height: 122px;
  background: url("../Files/Sponsors/jala.jpg") no-repeat 0 0;

}

#sponsorJala:hover
{ 
  background-position: 0 -122px;
}

#sponsorJala span
{
  display: none;
}

#sponsorRival
{
  float:left;	
  display: block;
  width: 139px;
  height: 122px;
  background: url("../Files/Sponsors/rival.jpg") no-repeat 0 0;

}

#sponsorRival:hover
{ 
  background-position: 0 -122px;
}

#sponsorRival span
{
  display: none;
}

#sponsorAwia
{
  float:left;	
  display: block;
  width: 165px;
  height: 122px;
  background: url("../Files/Sponsors/awia.jpg") no-repeat 0 0;

}

#sponsorAwia:hover
{ 
  background-position: 0 -122px;
}

#sponsorAwia span
{
  display: none;
}






