body{
background: #000 url('../img/bg.jpg') repeat-x;
text-align: center;
margin: auto 0 0 0;
padding: 0;
font: 13px arial;
color: #f5f5f5;
}

a{
color: #fff;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#layout{
width: 819px;
}

#bg{
width: 100%;

}

#logo{
float: left;
width: 80%;
height: 90px;
text-align: left;
}

#lang{
float: left;
width: 20%;
height: 90px;
text-align: right;
}

#lang_content{
margin-top: 40px;
}

#lang_content img{
margin-left: 15px;
border: 0;
}

#top{
width: 100%;
}

#menu{
width: 100%;
height: 61px;
}

#page{
width: 100%;
float: left;
margin-top: 8px;
text-align: left;
background: url('../img/bg_main.gif') repeat-x;
}


#box{
float: left;
width: 600px;
padding: 20px;
}

#box_content{
padding: 20px 20px 20px 0px;
}

#right{
float: left;
width: 200px;
}

#right_content{
padding-top: 70px;
}

.topic{
font: bold 18px verdana;
height: 40px;
width: 100%;
}

.topic2{
color: #ed44d0;
font: bold 14px arial;
}

.date{
color: #ed44d0;
font: 12px tahoma;
}

#footer{
text-align: right;
font: 10px arial;
color: #292d2b;
width: 816px;
}

#footer_content{
padding: 5px;
}

.field{
width: 250px;
}

.field_big{
height: 120px;
width: 350px;
}

.move_right{
text-align: right;
}

.div{
width: 500px;
}

.div_150{
float: left;
width: 150px;
}

.div_350{
float: left;
width: 350px;
}

.product_div{
float: left;
width: 540px;
}

.product_desc{
float: left;
width: 390px;
margin-top: 5px;
}

.product_img{
float: left;
width: 150px;
}

.product_img img{
border: 5px solid black;
margin: 2px;
}

input, select, textarea{
background: black;
border: 1px solid gray;
font: 13px arial;
color: white;
}