body
{ 
background: #000 url('../img/Carbon-Fibre-2.png') no-repeat fixed;
width: 100%;
}
.menu {
	z-index: 1;
	position: absolute;
	top:550px;
 	left:280px;
	width:500px;
	font: 2.2em "Gill Sans";
	font-weight: 400;
	font-size: 20px;
	text-shadow: 2px 2px 0px #000;
	color: White;  
}
#blade
{
	z-index: 1;
		margin: 0;
		//margin-top:1.6em;
		position: absolute;
		padding-right: 10px;
		font: 2.2em "Gill Sans";
		font-weight: 600;
		font-size: 150px;
		text-shadow: 4px 4px 2px #000;
		color: DarkBlue;
		-webkit-transform: rotate(-8deg) skew(10deg,-10deg) translateX(0.2em) scaleY(1.5);
		letter-spacing: -5px;
}
#cd, #hpv, #bpv, #kontakt {
    display: none;
    height: 400px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}
