html{

}
body{	
	color:#fff;
	background: #606060 url("../img/bg.jpg") no-repeat fixed center center / cover;
}

h2 {
    color: #fff;
    font-family: tahoma,"Open Sans",sans-serif;    
}
a{
	color:#ff6f6f;
}

.cus-logo {
  width: 100%;
  position: absolute;
}

.cus-logo a{
	left: 0px;
  	top: 0px;
  	display: block;
  	position: relative;
	font-size: 24px;
	font-weight: bold;
	color:#eeeeee;	
	padding-top: 20px;
	z-index: 20;
}
.cus-box__right{
	background: url(../img/trans-bg.png) repeat;
	padding:10px;
}
.cus-box__right h3{
	color:#fff;
}
.cus-box__right ul.menu a{
	color:#ff0;
}
#hornav > ul > li > a,
#hornav > ul > li > span {
	background-color: #ff0000;
}