.nav{
    position: fixed;
    z-index: 20;
    width: 100%;
    background: transparent;
    top: -10px;
}
.header{
	min-width:1200px;
	position:absolute;
	z-index:999;
	background-color: transparent;
}
ul.nav-menu-ul > li > a {
    color: white;
}
.header .header-ul li a:hover {
    color: #666;
    background: transparent;
}
.content {
    width: 90%;
    margin-top: 20px;
    min-width: 1200px;
}
.footer-block{
    width: 90%;
}