html, body {
	height:100%;
}
body {
	width: 100%;
	overflow: hidden;
}



#header{
	position: absolute;
	z-index: 2000;
	top: 10px;
	
}



#header a{
	position: absolute; left:30px;
	z-index: 2000;
	top: 90px;
	
}


#navigation {
	margin-top: 0px;
	width: 65px;
	display:block;
	z-index:3;
}



#navigation a{
	color: #000000;
	display: block;
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	line-height: 18px;
	padding: 5px 20px;
	text-transform: uppercase;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 12px;
}



#navigation a:hover {
	background: #99A699;
}








.content{
	right: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
}


.content h2{
	font-size: 30px;
	margin-left: 40px;
	margin-top: 150px;
	color: #fff;
	color: rgba(0,0,0,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}


.content p{
	font-size: 14px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ƒSƒVƒbƒN",sans-serif; 
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	margin: 3px 0px;
}


.content p3{
	width:710px;
	height: 200px;
	font-size: 14px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	margin: 3px 0px;
}

.content p4{
	
	font-size: 14px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	margin: 3px 0px;
}


.panel{
	min-width: 900px;
	
	
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	
	margin-top: -150%;
	
	
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.panel:target{
	opacity: 1;
	margin-top: 0%;
}


#home:target ~ #header #navigation #link-home,
#profile:target ~ #header #navigation #link-profile,
#gallery:target ~ #header #navigation #link-gallery,
#contact:target ~ #header #navigation #link-contact{
	background: #000000;
	color: #ffffff;
}



#works {
	padding: 5px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 5px; 
	background: rgba(0,0,0,0.2);
}
