body {
        font-family: arial, helvetica, sans-serif;
        font-size: 66%;
        background-image: url("img/body_bg_1.jpg");
        text-align: left;
        /* background-color: #dce1e5; */
        background-repeat: repeat-x;
        background-attachment:fixed;
        margin:0px 0px 0px 0px;
        }

/*header*/

#header{
        text-align:left;
        /* background-color: #FFFFFF; */
        width:780px;
        height:100px;
        margin-top: 0px;
        margin-right:auto;
        margin-left:auto;
        }

#lang{
        text-align:right;
        width:780px;
        height:20px;
        margin-top: 10px;
        margin-right:auto;
        margin-left:auto;
        }

div#lang a{
        text-align:left;
        font-size: 1.1em;
        line-height: 1.6em;
        font-weight:bold;
        text-decoration: none;
        color:#FF7575;
        padding-right:0px;
        }


#logo{
        text-align: left;
        float:left;
        background-image: url("img/logo.png");
        background-repeat: no-repeat;
        width:780px;
        height:100px;
        margin-right: auto;
        margin-left: auto;
        }

#header_start{
        text-align: left;
        background-image: url("img/header.jpg");
        background-repeat: no-repeat;
        background-color: #ffffff;
        width:780px;
        height:110px;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        }

#followback{
        text-align: left;
        background-color: #FFFFFF;
        width:780px;
        height:44px;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        }

#fback{
        font-size: 1.1em;
        padding:8px 18px 0px 18px;
        }

ul.fback{
        list-style-type: none;
        margin:0px 0px 0px 0px;
        padding:8px 18px 0px 18px;
        }

li.fback{
        color:#FF7575;
        list-style-type: none;
        float:left;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        }

a.fback:link, a.fback:visited, a.fback:active{
        text-decoration: none;
        color:#636363;
        }
a.fback:hover{
        text-decoration: underline;
        color:#636363;
        }
