* {
padding: 0;
margin: 0;
}
body {
  background: #44495c url(../images/bg_body_2018.jpg) center 0px  no-repeat;
  font-family: 'Arial',Helvetica,Garuda,sans-serif;
}

#content {
  width: 823px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  width: 820px;
/*  height: 900px; */
  background: url(../images/bg_main.jpg) 0 0 no-repeat;
}

.top-menu {
  background: url(../images/bg_menu_2018.jpg) 0 0 no-repeat;
  height: 44px;
  width: 820px;
}

.top-menu ul {
  padding-left: 25px;
}

.top-menu ul li {
  display: inline;
  font-size: 11px;
  padding-left: 13px;
  /*padding-right: 4px;*/
  background: url(../images/bull.png) 0 4px no-repeat;
}

.top-menu ul li  a{
  color: #fff;
  text-decoration: none;
}

.top-menu ul li  a:hover{
  padding-bottom: 2px;
  border-bottom: 4px solid;
}

.main-menu {
  /* padding-top: 820px; */
} 

.main-menu ul li {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bull.jpg) 0 4px no-repeat;
  padding-left: 12px;
  padding-right: 4px;
}

.main-menu ul li a {
  color: #a0a2ac;
  text-decoration: none;
}

.main-menu ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

#vrcpro {
	float: right;
	margin-top: -10px;
}
