.body {
	background-color: #999;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header {
	background-color: #CCC;
	height: 155px;
	margin-right: -21px;
	clear: none;
	margin-top: 0px;
	margin-left: -21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
	margin-bottom: 0px;
	border: 2px solid #333;
}
section {
	background-color: #FFF;
	width: 740px;
	position: relative;
	margin-left: 10px;
	height: 650px;
}

footer {
	background-color: #333;
	margin-right: -21px;
	margin-left: -21px;
	clear: both;
	border: 2px solid #000;
	padding-left: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFF;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#cssmenu {
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	float: right;
	margin-top: 16px;
	margin-right: 5px;
}

#cssmenu.align-right {
  float: right;
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu ul li {
	display: block;
	z-index: 1;
	background: #222222;
	/* [disabled]background: -ms-linear-gradient(bottom, #080808 0%, #222222 50%, #363636 51%, #343434 78%, #6f6f6f 100%); */
	/* [disabled]background: linear-gradient(to top, #080808 0%, #222222 50%, #363636 51%, #343434 78%, #6f6f6f 100%); */
	margin-top: 3px;
}
#cssmenu ul li::after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	border-top-left-radius: 50% 4px;
	border-top-right-radius: 50% 4px;
	z-index: 2;
	bottom: 10px;
}
#cssmenu ul li a {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #000;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
	background-color: #0CF;
	background-position: top;
}
#cssmenu ul li:hover::after,
#cssmenu ul li.active::after {

}
/* triangles in header */
.heckl {
	width: 0;
	height: 0;
	line-height: 0;
	top: 200px;
	left: 0px;
	position: absolute;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	border-left: 19px solid transparent;
}
.module {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	padding: 0px;
}
.logo {
	font-size: 50px;
	color: #FFF;
}


.heckr {
	width: 0;
	height: 0;
	line-height: 0;
	border-right: 19px solid transparent;
	top: 183px;
	right: 140px;
	position: absolute;
}
/* triangles in header end */
