body{
	color: #f4cc6a;
    background: #000;
    background: url(../img/background.jpg) no-repeat;
	width: 1188px;
    height: 548px;
    display: table;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.header{
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}
.header .logo{
	margin-top:20px;
	width:392px;
}
.header ul {
    width: auto !important;
	margin-top:10px;
}
.header li a {
	color: #fff36d;
    text-shadow: 1px 1px 5px #000, 1px 2px 1px #000;
	border-bottom:0px;
}

.header li a:hover {
	color: #d1ff81;
}

.header li a span {
	color: #f4cc6a;
}

.header li a span:hover {
	color: #d1ff81;
}

.content div ul li {
	background: rgba(0,0,0,0.8);
	border:0px;
	border-bottom: 1px solid rgba(244,204,106,0.5);
	border-radius:25px !important;
}
.content div ul li span  {
	background: #c6f83e; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6f83e 0%, #c6f83e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c6f83e 0%,#c6f83e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c6f83e 0%,#c6f83e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6f83e', endColorstr='#c6f83e',GradientType=0 ); /* IE6-9 */
	border-radius:25px !important;
	color:#000;
	font-weight: 600;
}
.new {
	background: rgba(0,0,0,0.4);
	border: 1px solid #000;
	outline: 1px solid #e5d589;
	padding:10px 10px 10px 10px;
	border-radius:25px !important;
}

.content-text {
	color:#fff36d;
}

.content-text:hover {
	color:#d1ff81;
	text-decoration:none;
}

.section-title{
	font-size:20px;
	color: #fff36d;
    text-shadow: 1px 1px 5px #000, 1px 2px 1px #000;
	border-bottom: 1px dotted #ffea89;
	padding-bottom:10px;
	margin-bottom:10px;
}