
body {
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bg.png');
}
a {
	text-decoration: none;
	color: #0099FF;
}
h2 {
	position: relative;
	float: left;
	color: #CCC;
	clear: none;
	padding: 0px;
	margin-top: 5px;
}
#head {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	border-top: 10px solid #333;
	background-image: url('../img/bg.png');
	z-index: 999999999;
}
#headwrap {
	width: 880px;
	margin-left: auto;
	margin-right: auto;

}
#headwrap a {
	border: none;
}
#logo {
	width: 215px;
	height: 113px;
	float: left;
	border: none;
	background-image: url('../img/logo.png');
}
#menu {
	width: 600px;
	height: 100px;
	position: relative;
	float: right;
	text-align: center;
}
#menu a {
	display: inline-block;
	color: #0099FF;
	font-size: 20px;
	font-family: 'desyrelregular';
	text-decoration: none;
	margin-left: 40px;
	margin-top: 40px;
	padding: 10px;
	padding-right: 15px;
	transition: .2s;
    -webkit-transition: .2s;
	border-radius: 9px;
}
#menu a:hover {
	background-color: #333;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #FFF;
}
#shadow {
	position: fixed;
	top: 110px;
	height: 20px;
	width: 100%;
	background-image: url('../img/shadow.png');
}
#page {
	margin-top: 200px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-left: 20px;
	font-family: Berlinh;
}
.spacer {
	height: 200px;
}
.divider {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 780px;
	height: 1px;
	border-top: 2px dashed #CCC;
}
.linecontainer {
	position: relative;
	float: left;
	width: 780px;
	margin-top: 40px;
}
.line {
	position: relative;
	float: left;
	width: 605px;
	height: 1px;
	border-top: 2px dashed #CCC;
	margin-top: 20px;
}
.bluetext {
	color: #0099FF;
}
.greytext {
	color: #CCC;
}
.btn {
	font-family: Berlinh;
	font-size: 20px;
	color: #FFF;
	background-color: #0099FF;
	padding: 10px;
	padding-right: 15px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
.btn:hover:after {
	content:"  >";
}
.btn:hover {
	background-color: #00CC00;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #FFF;
}
.link {
	width: auto;
	padding: 10px;
	padding-right: 15px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
.link:hover:after {
	font-size: 15px;
	content: "   " attr(href);
}
.link:hover {
	background-color: #00CC00;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #FFF;
}