@charset "utf-8";

    * {
        margin:0px;
    }
	
html, body{
background-color:#380000;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:center;
background-position:top;
height:100%;
scrollbar-face-color: #272723;
scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-darkshadow-color: #141414;
scrollbar-shadow-color: #141414;
scrollbar-arrow-color: #d6d6c9;
scrollbar-track-color: #141414;
}



#nav{
	position:absolute;
	left:10%;
	top:137px;
	height:17px;
	width:317px;
	z-index:4;
	padding-left:inherit;
	padding-left:28px;
}

#music{
	position:absolute;
	left:0px;
	top:0px;
	height:21px;
	width:100%;
	z-index:3;
	padding-top:8px;
}

#image{
	position:absolute;
	left:10%;
	top:152px;
	height:627px;
	width:362px;
	z-index:-2;
	background-image:url(../images/img_03.jpg);
}

#hd1{
	position:absolute;
	left:10%;
	top:0px;
	height:132px;
	width:384px;
	z-index:1;
	background-image:url(../images/img_01.jpg);
}



#hd2{
	position:absolute;
	left:10%;
	top:0px;
	height:152px;
	width:616px;
	margin-left:384px;
	z-index:3;
	background-image:url(../images/img_02.jpg);
}


#bigcenter {
	position:absolute;
	height:100%;
	width:100%;
	left:50%;
	top: 0px;
	z-index:-0;
	margin-left:-50%;
}



#center{
	width: 100%;
	height: 800px;
	z-index:3;
	position: absolute;
	left:0px;
	top:0px;
	margin-top:0px;
	
}


#content {
	position:relative;
	height:70%;
	width:100%;
	top:175px;
	z-index:0;
	left:0px;
}


#content_loader{
	position:relative;
	width:500px;
	height:100%;
	min-height:550px;
	left:0px;
	padding:0px;
	padding-top:0px;
	z-index:3;
	top:0px;
}

  .wrapper {
        min-height: 100%;
		background-color:#CC9900;
       height: auto !important;
       height: 100%;
       margin: 0 auto -4em;
	   width:800px;
	   margin-top:90px;

  }
   .footer, .push {
      height: 4em;
	   margin-top:0px;
	   height:101px;
 }
 

#footer {
background-color:#666666;
	position:absolute;
	left:0px;
	width:100%;
	height:60px;
	background-position:center;
	padding-top:20px;
}


#textvak{
	width: 600px;
	height: 580px;
	z-index:3;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
    overflow-x: hidden;
	overflow-y: auto;
}

