//* CSS Document */

#debug {
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:600px;
	z-index:2;
}

#image {
	position:absolute;
	top:-150px;
	left:-350px;
	width:810px;
	height:775px;
	z-index:2;
	background: url(../images/illidan.png) no-repeat;
}
/*
#image {
	position:absolute;
	top:-150px;
	left:-300px;
	width:795px;
	height:580px;
	z-index:2;
	background: url(../images/nefa.png) no-repeat;
}
*/
#shout{
	position:relative;
	vertical-align:bottom;
	padding-bottom:50px;
	top:0px;
	left:90px;
	width:700px;
	background: transparent;
	min-height:400px;
	z-index:4;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:970px;
	height:607px;
	z-index:0;
	background: url(../images/banner.png) no-repeat center;
}

#title {
	position:absolute;
	top:-15px;
	left:300px;
	width:600px;
	height:181px;
	z-index:3;
	background: url(../images/axiome.png) no-repeat center;
}

#menu {
	position:absolute;
	top:20px;
	left:90%;
	width:100px;
	height:auto;
	z-index:3;
}

#pve {
	position:relative;
	top: 30px;
	left:0px;
	width:160px;
	height:auto;
	z-index:4;
	border: 0px solid #262138;

}

#recrut {
	position:relative;
	top: 15px;
	left:0px;
	width:160px;
	height:auto;
	z-index:4;
	border: 0px solid #262138;
}

#login {	
	position:relative;
	top:0px;
	left:0px;
	width:160px;
	height:auto;
	z-index:4;
	border: 0px solid #262138;
	
}

#main {	
	position:relative;
	z-index:4;
	border: 0px solid #ff0000;
	top:0px;
	left:0px;
	width:970px;
	min-height:700px;
	background:  url(../images/bordures.gif) repeat-y center;
}

#contain {
	position:relative;
    top:-5px;
	left: 50%; 
    width: 970px;
	min-height:400px;
    margin-left: -485px;
	z-index:2;
	border: 0px solid #ff0000;
	background:  url(../images/bordures.gif) repeat-y center;
}

#raid {
	position:relative;
	z-index:4;
	border: 0px solid #ff0000;
	min-height:400px;
	top:100px;
	left:0px;
	background:  url(../images/bordures.gif) repeat-y center;
	width:970px;
}

#forum {
	position:relative;
	z-index:4;
	border: 0px solid #ff0000;
	top:0px;
	min-height:400px;
	left:0px;
	width:960px;
	background:  url(../images/bordures.gif) repeat-y center;
}

#roster {
	position:relative;
	z-index:4;
	border: 0px solid #ff0000;
	top:0px;
	min-height:400px;
	left:0px;
	width:970px;
	background:  url(../images/bordures.gif) repeat-y center;
}

#footer_main {
	position:relative;
	color:#fff;
	top:0px;
	width:970px;
	height:40px;
	z-index:3;
	border: 0px solid #ff0000;
	background:  url(../images/footer.gif) no-repeat center;
}

#redirection {
	position:relative;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:100px;
	font-size:x-large;
	z-index:4;
	vertical-align:middle;
	font-weight:bolder;
	text-align: center;
}

#construction {
	position:absolute;
	left: 50%; 
	top: 50%;
    margin-left: -55px;
	margin-top: -30px;
	width:110px;
	height:60px;
	font-size:x-large;
	z-index:4;
	border: 0px solid #ff0000;
	font-weight:bolder;
	text-align: center;
	background:  url(../images/construction.gif);
}

#pgauche {
	position:absolute;
	top:50px;
	left:50px;
	width:160px;
	height:auto;
	z-index:4;
	border: 0px solid #262138;
}

#adjust {
	position:relative;
	top:0px;
	left:0px;
	width:970px;
	height:260px;
	z-index:0;
}

body {
	margin: 15px;
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	/*line-height: 120%;*/
	font-size: 11px;
	background-color: #252434;
}

