Помогите изменить фон верхней части сайта. Он у меня темный слишком, а надо светлее чтобы был.
Вот код верхней части:
<style>
#hpvgd,.h-mdiv,.h-mdiv2,.h-ldiv,.h-rdiv {background:#EAEAEA; color:#6D6D6D;}
#hpvgd {width:100%; z-index:100; width:100%; border-bottom:2px solid rgb(230,230,230);}
.h-mdiv {display:none; position:relative; margin:auto; text-alegn:center;}
.h-mdiv2 {display:none; position:fixed; margin:auto; text-alegn:center; width:400px; height:200px;}
.h-ldiv {float:left; padding:7px 10px 7px 0px;}
.h-rdiv {position:absolute; top:7px; right:0px; text-align:right;}
.h-ni {display:none !important;}
a.hcmaf {color:red; margin-left:5px; font-size:20px; font-weight:bold;}
a.h-anl {color:#2a72cc;}
a.h-al {color:#ED664B;}
.h-fi {font-weight:bold; border-radius:50%; padding:0px 8px; margin-right:5px; font-size:19px;}
.h-background-1 {color:#fff !important; background:#000 !important;}
.h-background-2 {color:#000 !important; background:#fff !important;}
.h_header .max_width {position:relative}
.eye-block {position:absolute;right:0px;top:300px}
.eye-block a {color:#fff;display:inline-block;background:url('/img/special.png') 0 0 no-repeat;line-height:32px;padding-left:46px;font-size:18px}
</style>
<script src="/img/uhpv-full.min.js"></script>
<script>
var uhe = 2,
lng = 'ru',
has = 0,
imgs = 1,
bg = 1,
hwidth = 0,
bgs = ['1','2'],
fonts = ['17','19','21'];
$(document).ready(function(){uhpv(has)});
</script>
<header>
<div class="h_header_bg">
<div class="h_header">
<div class="max_width">
<div class="h_top">
<div class="h_logo"><a href="/">$SITE_NAME$</a></div>
<div class="h_logo_desc">Муниципальное общеобразовательное автономное учреждение "Средняя общеобразовательная школа №87" города Оренбурга</div>
<div class="eye-block"><span id="uhvb" style="display:none;"><a href="javascript://" onclick="uvcl()"><b>Версия для слабовидящих</b></a></span></div>
</div>
</div>
</div>
</div>
</header>
<div class="h_menu_over">
<div class="max_width">
<div class="h_menu_in">
<div class="h_search">
<div class="h_search_in">
<form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="/search/">
<input class="s_search_icon" type="submit" />
<input name="q" class="s_query" type="text" placeholder="Поиск по сайту" />
</form>
</div>
</div>
<div class="h_profile">
<?if(!$USER_LOGGED_IN$)?>
<a href="$LOGIN_LINK$">Войти</a> | <a href="$REGISTER_LINK$">Регистрация</a>
<?else?>
<a href="$PERSONAL_PAGE_LINK$">Профиль</a> |
<a href="$PM_URL$">ЛС<?if($IS_NEW_PM$)?> (<b>$UNREAD_PM$</b>)<?endif?></a> |
<a href="$LOGOUT_LINK$">Выход</a>
<?endif?>
</div>
<a href="javascript:;" class="open_menu" onclick="$('.h_menu_hidden').slideToggle(200)">МЕНЮ</a>
<div class="h_menu_hidden">
<div class="overflow_menu">
<div class="overflow_menu_in">
<nav>
$NMENU_1$
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<?if($NMENU_2$)?>
<?if($PAGE_ID$='sitePage1')?>
<div class="h_container">
<div class="max_width">
<div class="h_menu_2">
$NMENU_2$
</div>
</div>
</div>
<?endif?>
<?endif?>