
* {
margin: 0;
padding: 0;
border: 0;
}

html, body {
background-color: #114515; 
color: #fff;
font-family:tahoma,geneva,sans-serif;
height: 100%;
}

#container {
width: 990px;
height: 100%;
margin: 0px auto;
background: url(./img/content_bg.jpg) repeat-y;
}

#header {
background-image: url(./img/shapka.jpg);
width: 990px;
height: 405px;
} 

#content_all {
width: 100%;
}

#entrance {
width: 300px;
margin: 0px auto;
}

#entrance sybmit{
width: 300px;
margin: 0px auto;
}

.date {
width: 286px;
height: 35px;
background-image: url(./img/dateform.jpg);
padding-top: 15px;
}

.datefon {
position: relative;
z-index: 1;
}

.submit {
margin-top: 5px;
}

.form_content {
background-color: #f8c737;
}

.clearfloat {
clear : both;
} 