body {
	margin: 0;
	background: url(../image/back.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #CBCBCB;
	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 155px;
	background: rgba(2,2,2,0.5);
	font-weight: bold;
}
header p {
	margin: 0 0 17px;
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
}

#menu.default {

}
#menu.fixed {
    position:fixed;
    top:0; left:0;
    width:100%;
background: none repeat scroll 0 0 #0A0617;
}


.nav {
	width: 100%;
	height: 50px;
	background: rgba(8,9,32,0.5);
	font-weight: normal;
}
.nav ul {
	margin: 0;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	display: block;
	height: 30px;
	color: #CBCBCB;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 15px;
}
.nav ul li a:hover {
	background: rgba(250,250,250,0.05);	
}
.activelink {
	background: rgba(250,250,250,0.15);	
}
.content {
	font-size: 16px;
	font-weight: normal;
}
.content p {
	font-size: 16px;
	text-align: justify;
	width: 760px;
	margin: 0 100px;
}
.content ul {
	list-style-type: circle;
}
.content ul li{
	margin-left: 100px;
}
.content h1 {
	margin-left: 70px;
	font-size: 24px;
}
.wrapper > div {
 font-size: 16px;
    margin: 0 100px;
    text-align: justify;
    width: 760px;
}

form {

 font-size: 16px;
    margin: 0 100px;
    text-align: justify;
    width: 760px;
}

.content h2 {
	margin-left: 70px;
	font-size: 24px;
}
footer {
	width: 100%;
	background: rgba(2,2,2,0.5);
	margin-top: 50px;
}
footer p {
	text-align: right;
	font-size: 16px;
	margin: 0;
	padding-bottom: 15px;
}
