/* CSS Document */
/* Описание дивов, структура */
body, html {
margin: 0;
padding: 0;
color: #000000;
}

body {
min-width: 1000 px;
background: url(../images/body_bg.gif);
margin: 0;
font-family: Verdana, Geneva, sans-serif;
}

html {
background: url(../images/html_bg.gif) #bebebe center repeat-y;	
}

#wrap {
margin: 0 auto;
width: 1000px;
background: white;
}

#header {
width: 1000px;
height: 314px;
display: block;
}

#nav {
float: left;
width: 267px;
display: block;
}
#main {
float: left;
width: 600px;
font-size: 12px;
text-align: justify;
}

#main a {
font-family: Verdana, Geneva, sans-serif;
color: #090;
font-weight: bold;
text-decoration: underline;
}

#main a:hover {text-decoration: none;}

#main-header {
height: 40px;
width: 1000px;
background: url(../images/main_header.gif) no-repeat bottom;
}
#main-footer {
background: url(../images/main_footer.jpg) no-repeat top;
height: 40px;
width: 1000px;
}
#footer {
width: 1000px;
height: 77px;
background: url(../images/footer.jpg);
vertical-align:middle;
}

h1,h2 {

text-align:center;

}