@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    background-image:url(img/body.jpg);
    background-repeat:no-repeat;
    /*background-position:center;*/
    background-attachment:fixed;
    }
#language {
 font-size: 0.8em;
 text-align: right;
 float: left;
}

a{
	text-decoration:none;
    color:#DDDDDD;
    } 
a:hover{
	color:#555555;}   
    
h1{
	font-size: 1.6em;
	color:#DDDDDD;
    margin:0px 0px 10px 0px;
    border-bottom: 1px solid #EEEEEE;
    }    
    
#container{
	margin:auto;
	width:861px;
	}
    
#head{
	height:78px;
    }

#foot{
 background-image:url(img/foot.jpg);
 padding:30px 0px 20px 0px;
 color: #DDDDDD;
    }

#partner {
 height:105px;
 background-color: #FFFFFF;
 padding: 5px 0px 0px 5px;
}    

#str{
	color:#DDDDDD;
    text-decoration:none;
    } 

.abc{
	width:123px;
    height:415;
    float:left;
    }
    
.str{
 font-size: 0,6;
 margin-right: 30px;
 text-decoration:inherit;
 color: #DDDDDD;
 float:left; 
    }
.str a:hover{
 text-decoration: none;
    }

.clr{
	clear:both;}

