* {
padding: 0;
}

body {
margin: 0;
font-family: Verdana;
font-size: 12px;
color: #ffffff;
background: #000000;
}

img {
border: 0;
}

#main {
position: relative;
margin: 0 auto;
width: 1000px;
background: #231f20;
}

#header {
width: 1000px;
height: 180px;
background: url(header.jpg) no-repeat;
}

#logo {
position: absolute;
left: 34px;
top: 17px;
width: 183px;
height: 137px;
}

#menu {
position: absolute;
left: 250px;
top: 61px;
width: 701px;
height: 75px;
background: url(menu.jpg) no-repeat;
}

#lang {
position: absolute;
left: 890px;
top: 70px;
width: 46px;
height: 42px;
}

#endian {
position: absolute;
left: 858px;
top: 130px;
width: 92px;
height: 47px;
}

#content_container {
background: url(bg.jpg) repeat-y;
}

#content-top {
height: 322px;
background: url(cont_header.jpg) no-repeat;
}

#content {
position: relative;
left: 4px;
width: 996px;
background: url(cont_bg.jpg) repeat-x;
text-align: justify;
}

#content p {
margin: 8px 10px 16px 10px;
}

#content b {
color: #bed63a;
}

#content a {
color: #ffffff;
text-decoration: underline;
}

#content ul {
padding: 15px 0 15px 10px;
margin: 0;
margin-left: 20px;
list-style: disc;
}

#content ul li {
padding: 5px 0 8px 0;
margin: 0;
}

#content-btm {
margin: 0 auto;
width: 390px;
height: 60px;
text-align: center;
font-size: 10px;
}

#content-btm hr {
border: 1px solid #727d2f;
}

#content-btm a {
color: #ffffff;
text-decoration: none;
}

