body, html{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial;
}
h1{
    margin: 0px;
    padding-top: 10px;
}
#content {
    margin: 0 auto;
    width: 700px;
}
#top {
    height: 98px;
    background-image: url('/images/index_1x1.jpg');
}
#top1 {
    height: 51px;
    background-image: url('/images/index_2x1.jpg');
}
#top1 #menu{
    text-align: left;
    padding-top: 8px;
    padding-left: 8px;
}
#top1 #menu a{
    color: white;
    text-decoration: none;
}
#top1 #menu a:hover{
    text-decoration: underline;
}
#text {
    background-image: url('/images/index_3x1.jpg');
    background-repeat: repeat-y;
    padding: 10px;
    text-align: left;
}
#bottom{
    background-image: url('/images/index_4x1.jpg');
    height: 47px;
}
#bottom #lang{
    text-align: center;
    width: 150px;
    height: 26px;
    float: right;
    margin-right: 50px;
    margin-top: 15px;
}
#bottom #lang a{
    color: black;
    text-decoration: none;
}
#bottom #lang a:hover{
    text-decoration: underline;
}
input.text{
  width: 265px;
}

