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


body{font-family:Helvetica, Arial, sans-serif;
font-size:26px;}

#wrapper{
	background-image: url(images/pixels.png);
	background-repeat: repeat;
	position:fixed;
	width:100%;
	height:100%;
}
#slavagoh{ font-size:52px;
		
			position:absolute;
			left:69px;
			top:25px;
			font-weight:bold;
			color:#fff;
			}
			
a {
   outline: none;
}

#textbox{
	position:absolute;
	left:69px;
	top:146px;
	z-index:600;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color:#FFFFFF;
	width:600px;
	}
	
#textbox a{
color:#fff;
font-family:Helvetica;
font-weight:bold;
text-decoration:none;

}
#textbox a:hover{color: #00CCCC;
}
		
#line1{
position:fixed;
left:69px;
top:100px;
z-index:500;

}

#line2{
position:fixed;
left:69px;
top:600px;
z-index:500;
}

#playercontainer{
position:absolute;
left:50px;
top:120px;
}

#player {
font-family:Helvetica;
font-weight:bold;
padding:0 20px;
z-index:500;

line-height:30px;

}
#player a, #player a:link, #player a:visited, #player a:hover, #player a:focus, #player a:active {
color:#fff;
font-family:Helvetica;
font-weight:bold;
text-decoration:none;
}
#player ul {
list-style-type:none;
margin:1em 0;
overflow:hidden;
padding:0;
width:100%;
}

#player ul a:hover{
color: #00CCCC;}

#player ul span {
color:#fff;
}
#player li {
padding-right:1em;
}
#player p span {
color:#00CCCC;
}
#player .pcent {
color:#fff;
}

.style1{color: #00CCCC}

#menubar{
	position:fixed;
	left:64px;
	bottom:0;
	height:70px;
	z-index:500;
	background-image: url(images/trans.png);
	background-repeat: repeat;
	
	}

#menubar ul {
	list-style-type:none;
	overflow:hidden;
	padding-left:5px;
	padding-top:5px;
	display: inline-block;
	font-weight:bold;
	margin:0;
}

#menubar li {
padding-right:10px;
float:left;
color:#00CCCC;
}

#menubar a, #menubar a:link, #menubar a:visited, #menubar a:hover, #menubar a:focus, #menubar a:active {
color:#fff;
text-decoration:none;
}

#menubar ul a:hover{
color: #00CCCC;}


