* {
 margin:0px;
 padding:0px;
}

body {
 background-color: #fadb14;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
}

#page {
 width: 923px;
 background-color: #FFFFFF;
 background-image: url(images/page.jpg);
 background-repeat: repeat-y;
 overflow:hidden;
 margin: 0px auto 30px auto;
}

#header {
 width: 923px;
 height: 190px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 float: left;
}

#navi {
 width: 923px;
 height: 32px;
 background-image: url(images/navi.jpg);
 background-repeat: no-repeat;
 float: left;
}

#navi ul{
 list-style-type: none;
 margin: 0px 0px 0px 19px;
 padding: 0px;
 height: 32px;
 overflow: hidden;

}

#navi li {
 display: inline;
 line-height: 32px;
 margin: 0px;
 padding: 0px;
 float: left;
}

#space {
 width: 923px;
 height: 10px;
 background-image: url(images/space.jpg);
 background-repeat: no-repeat;
 overflow: hidden;
 float: left;
}

#advert {
 width: 923px;
 height: 80px;
 background-image: url(images/advert.jpg);
 background-repeat: no-repeat;
 overflow: hidden;
 float: left;
}

#werb {
 width: 535px;
 height: 80px;
 overflow: hidden;
 padding: 0px 0px 0px 43px;
 float: left;
}

#login {
 width: 344px;
 height: 80px;
 overflow: hidden;
 float: left;
}

#login h1 {
 font-family: Verdana;
 font-size: 14px;
 font-weight: bold;
 color: #303030;
 line-height: 23px;
 margin: 0px 0px 0px 15px;
}

#login input {
 display: inline;
 font-size: 12px;
 color: #707070;
 width: 100px;
 height: 13px;
 line-height: 13px;
 border: 1px solid #515151;
 margin: 0px 0px 0px 15px;
}

#login span {
 font-family: Verdana;
 font-size: 10px;
 color: #303030;
 line-height: 30px;
 margin: 0px 0px 0px 15px;
}

#button {
 margin: 16px 0px 0px 10px;
 display: inline;
 line-height: 13px;
}

.left {
 width: 70%;
 float: left;
}

.right {
 width: 30%;
 float: left;
}

a {
 font-family: Verdana;
 font-size: 11px;
 line-height: 11px;
 color: #5D5D5D;
 text-decoration: none;
}

a:hover {color: #5D5D5D; text-decoration: underline;}
a:link {color: #5D5D5D; text-decoration: none;}
a:visited {color: #5D5D5D; text-decoration: none;}
a:focus {color: #5D5D5D; text-decoration: none;}
a:active {color: #5D5D5D; text-decoration: none;}

#content {
 width: 923px;
 background-image: url(images/content.jpg);
 background-repeat: repeat-y;
 overflow: hidden;
 float: left;
}

#info {
 width: 923px;
 height: 72px;
 background-image: url(images/info.jpg);
 background-repeat: no-repeat;
 overflow: hidden;
 font-family: Verdana;
 font-size: 0.8em;
 line-height: 140%;
 padding: 8px 35px 0px 35px;
 float: left;
}

#footer {
 width: 923px;
 height: 76px;
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 overflow: hidden;
 float: left; text-align: right;
}

#footer span {
 font-family: Verdana;
 font-size: 14px;
 -line-height: 50px;
 color: #229ff6;
 margin: 300px 40px 0px 0px;

}

h1 {
 font-family: Verdana;
 font-size: 16px;
 font-weight: bold;
 color: #229ff6;
 line-height: 25px;
 margin: 10px 35px 5px 35px;
}

p {
 font-family: Verdana;
 font-size: 0.8em;
 color: #595959;
 line-height: 140%;
 margin: 10px 35px 10px 35px;
}