@charset "UTF-8";

/* CSS Document */

/** --- MAIN BODY --- **/
body{
	background: url(../images/design/bg-gray.jpg) #E1E2E4 repeat-x center top;
}

#logo-main-up-gray{
 width: 882px;
 height: 38px;
 background: url(../images/design/logo-main-up-gray.png) no-repeat;
 float: left;
}
#logo-main-left-gray{
 width: 214px;
 height: 39px;
 background: url(../images/design/logo-main-left-gray.png) no-repeat;
 float: left;
}
#logo-main-menu-gray{
 width: 668px;
 height: 39px;
 background: url(../images/design/menu-gray.png) no-repeat;
 float: right;
 padding: 0;
}
#logo-main-bottom-gray{
 width: 882px;
 height: 28px;
 margin: 0;
 background: url(../images/design/logo-main-bottom-gray.png) no-repeat;
 float: left;
}
#logo-main-center-gray{
 width: 882px;
 height: 260px;
 margin: 0;
 background: url(../images/design/logo-main-center-gray.png) no-repeat;
 float: left;
}

#flags{position: absolute; margin: 12px 0 0 720px; color: #ffffff; font-size: 110%;}
#flags a{color: #000000;}

