body{
    background: url(images/back.png) #000000;
    font-family: Helvetica, Arial;
    color: #a1a1a1;
	font-size: 16px;
    padding: 0px;
    margin: 0px;
}

#outer {
	position:relative;
	height: 100%;
}

#menu {
	position:absolute;
	top: 50%;
	height: 312px;
	margin-top: -135px;
	left: 10px;
}

.menuEntry{
	overflow: hidden;
	height: 68px;
}

a.menu{
	position: relative;
	top: -30px;
    font-family:BorisBlackBloxx, Verdana, Arial;
    font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
    color: #252525;
	text-decoration: none;
	outline: 0px;
}

a.menu:hover,a.menu:active{
	position: relative;
	top: -30px;
    font-family:BorisBlackBloxx, Verdana, Arial;
    font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
	text-decoration: none;
	outline: 0px;
	color: #505050;
}

a.ab{
	position: relative;
	top: -30px;
    font-family:BorisBlackBloxx, Verdana, Arial;
    font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
	text-decoration: none;
	outline: 0px;
	color: #E9003A;
}
a.up{
	position: relative;
	top: -30px;
    font-family:BorisBlackBloxx, Verdana, Arial;
    font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
	text-decoration: none;
	outline: 0px;
	color: #FF8100;
}
a.re{
	position: relative;
	top: -30px;
    font-family:BorisBlackBloxx, Verdana, Arial;
    font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
	text-decoration: none;
	outline: 0px;
	color: #7109AA;
}
a.pe{
	position: relative;
	top: -30px;
    font-family:BorisBlackBloxx, Verdana, Arial;
    font-weight: bold;
	font-size: 80px;
	letter-spacing: 0px;
	text-decoration: none;
	outline: 0px;
	color: #58E000;
}

.content{
	position: absolute;
	top:50%;
	left: 650px;
	height: 312px;
	width: 312px;
	margin-top: -156px;
}

.textContent{
	font-family: Arial, Helvetica;
	font-size: 14px;
	margin: 20px;
	line-height:18px;
}

#panel0{
	opacity: 1;
	filter:alpha(opacity=100);
}

#panel1{
	opacity: 0;
	filter:alpha(opacity=0);
	background: url(images/backContent.png);
}
#arrow1{
	position: absolute;
	left: -19px;
	top: 38px;
}

#panel2{
	opacity: 0;
	filter:alpha(opacity=0);
	background: url(images/backContent.png);
}
#arrow2{
	position: absolute;
	left: -19px;
	top: 106px;
}

#panel3{
	opacity: 0;
	filter:alpha(opacity=0);
	background: url(images/backContent.png);
}
#arrow3{
	position: absolute;
	left: -19px;
	top: 170px;
}

#panel4{
	opacity: 0;
	filter:alpha(opacity=0);
	background: url(images/backContent.png);
}
#arrow4{
	position: absolute;
	left: -19px;
	top: 240px;
}

#donate{
	position: absolute;
	z-index: 1337;
	right: 0px;
	top: 0px;	
}

a.downloadLink{
	z-index: 1337;
	position: absolute;
	left: 230px;
	top: 165px;
	text-decoration: none;
	color: #a1a1a1;
}
a.downloadLink:hover, :active{
	color: #505050;	
}