<html>
    <head>
        <style type="text/css">

margin: 0;
padding: 0;
width:100%;
}

body
{
background:#fff;
color: #fff;
font-family: Verdana, Geneva, sans-serif;
font-size: .8em;

}

#wrapper
{
margin:10px auto;
border:1px solid #e4e4e4;
width:90%;
}

h1 {
	color: #5A8311;
}

h1 {
	font-size: 1.4em;
}





img {
	border: none;
	max-width: 100%;
	height: auto;
}


#top 
{
padding-top:10px;
padding-left:10px;
}
#top img
{
float:left;
}
#top h1,#header h1,#header h2
{
color:#555;padding-left:20px;
font-weight:normal;
}

#header h1
{
	color:#fff;
	padding:50px 0 0 100px;
	font-size: 1.8em;
}


#header img
{
padding-top:10px;
float:left;
}


#logo
{
	height:50px;
}
#header
{

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


height:150px;

}
#menu ul
{
list-style:none;
}
#menu li
{
display:inline;
}
#menu li a
{
float: left;
display: inline;
list-style-type: none;
text-align: center;
color: #555555;
font-size: 1.1em;
text-decoration:none;
padding: 0 1em;
height: 32px;
line-height: 32px;
margin-left: 3px;
}
#menu li a:hover
{
	
	visibility:inherit;
	color:#e4488e;
    font-weight:bold;		
}

a {
          
                   
	    color: #0000FF;
	}
b {
          
                   
	    font-size: 1.1em;
	}
	/* Таблица */
	th {
	    text-align: left;
	}
	td, th {
	    padding-right: 5px;
	}
	/* Форма */
	form dt {
	    width: 100px;
	    display: block;
	    float: left;
	    clear: left;
	}
	form dd {
	    margin-left: 0;
	    float: left;
	}
	form #submitbutton {
	    margin-left: 100px;