body { 
background-image: url('images/back.jpg');
background-position: top;
background-repeat: repeat;
text-align: center;
font-family: Tahoma;
font-size: 12px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
color: #E6D9C1;
}

div#home-page-menu {
margin-left: auto;
margin-right: auto;
height: 460px;
width: 800px;
margin-top: 20px;
}

div#news {
width: 800px;
margin-left: auto;
margin-right: auto;
}

div#fotter {
width: 800px;
margin-left: auto;
margin-right: auto;
font-size: 10px;
color: #BDBDB9;
padding-bottom: 30px;
text-align: right;
}

div#fotter a {
color: #BDBDB9;
text-decoration: none;
}

div#fotter a:hover {
border-bottom: 1px dashed #BDBDB9;
}

div#fotter-txt {
padding-right: 50px;
}

div#stat a:hover { 
border-bottom: none;
}

div#news-txt {
background-image: url('images/news_back.jpg');
background-position: top;
background-repeat: repeat-y;
text-align: left;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 40px;
padding-right: 40px;
color: #FFFFFF;
}

.news-title { 
font-weight: bold;
font-size: 17px;
color: #FFFFFF;
border-bottom: 1px dashed #FFFFFF;
}

.news-date { 
font-size: 10px;
color: #F8F4F1;
}