html, body {
	height:100%;
}
body {
	width: 100%;
	background: #ffcb00;
	overflow: hidden;
        
        background: url("../images/2.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size : cover;
        background-size: cover;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 235px;
	top: 50px;
}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}
#navigation {
	margin-top: 120px;
	/*width: 270px;*/
        width: 240px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.9);
	/*line-height: 50px;*/
        line-height: 30px;
	padding: 0px 10px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*font-size: 14px;*/
        font-size: 12px;
}
#navigation a:hover {
	background: #ddd;
}
.content{
	right: 280px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
        /*margin-top: 90px;*/
        color: black;
        margin-top: 50px;
        background:url(../images/bg_content.png);
}
.content h2{
	font-size: 110px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.content p{
	/*font-size: 18px;*/
        font-size: 12px;
	padding: 10px;
	line-height: 24px;
	/*color: #fff; */
        color: black;
	/*display: inline-block;
	background: black;*/
	padding: 10px;
	margin-bottom: -20px;
}

.content h3{
	/*font-size: 18px;*/
        font-size: 18px;
	padding: 10px;
	line-height: 24px;
	/*color: #fff; */
        color: black;
	/*display: inline-block;
	background: black;*/
        margin-bottom: -20px;
        font-weight: bold;
}


.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
        /*
	background: #000;
        */
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.panel:target{
	margin-top: 0%;
        /*
	background-color: #ffcb00;
        */
}
#olympic:target ~ #header #navigation #link-olympic,
#trust:target ~ #header #navigation #link-trust,
#official:target ~ #header #navigation #link-official,
#graduation:target ~ #header #navigation #link-graduation{
	background: #000;
	color: #fff;
}
#works {
	padding: 15px 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: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}

footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 15px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}