.clearfix{
	clear: both;
	height: 0;
}
.wrapper{
	width: 1000px;
	margin: 0 auto;
}
body{
	background: url(../img/body-bg.png) no-repeat top left #fff;
        padding : 0; margin : 0;
        font-family : arial ;
}
header{
	background: url(../img/SIT-header-bg.png) no-repeat top left;
}
.main-logo{
	width: 219px;
	float: left;
	margin-top: 13px;
}
.main-logo a img{
        display : block
        border : none ;
}
.search-area{
	margin-top: 32px;
	float: right;
}
.search-txt {
    width: 228px;
    padding: 7px 5px;
    color: #646464;
    background: #f2f2f2;
    border: 1px solid #d4d4d4;
    font-size: 12px;
    float: left;
}
.search-sub {
    font-size: 14px;
    border: none;
    background: #f00;
    color: #fff;
    float: left;
    padding: 7px 5px;
}
.nav-bar {
    background: #646464;
    margin-top: 13px;
    position: relative;
    height: 40px;
}

.lang-selecter{
    position: absolute;
    right: 10px;
    bottom: 25px;
    background: #f2f2f2;
    width: 65px;
    padding-left: 4px;
}










