html,body{text-align:center;font-family:Arial;color:#000;font-size:12px;cursor:default;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote{border:0;margin:0;padding:0;}
table,th,td{border-collapse:collapse;border-spacing:0;margin:0;padding:0;text-align:left;vertical-align:top;}
input,textarea{margin:0;padding:2px 1px;}
fieldset,img{border:0;margin:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/*ANOTHER*/
body{background:#FFF;}
ul li{display:inline;}
a{text-decoration:none;}
div.clr{
	clear:both;
}
/*SELECT NONE*/
.select_none *{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}
/*WYSIWYG*/
.wysiwyg{text-align:left;font-size:12px;}
.wysiwyg h1, .wysiwyg h1 *{font-size:24px;font-weight:bold;}
.wysiwyg h2, .wysiwyg h2 *{font-size:20px;font-weight:bold;}
.wysiwyg h3, .wysiwyg h3 *{font-size:16px;font-weight:bold;}
.wysiwyg h4, .wysiwyg h4 *{font-size:12px;font-weight:bold;}
.wysiwyg h5, .wysiwyg h6 *{font-size:10px;font-weight:bold;}
.wysiwyg h6, .wysiwyg h6 *{font-size:8px;font-weight:bold;}
.wysiwyg ul,.wysiwyg ol{margin-left:20px;}
.wysiwyg ol{list-style:decimal;}
.wysiwyg ul{list-style:circle;}

.wysiwyg p{padding:10px 0 0 0;}
.wysiwyg u, .wysiwyg u *{text-decoration:underline;}
.wysiwyg i, .wysiwyg i *{font-style:italic;}
.wysiwyg b, .wysiwyg b *{font-weight:bold;}
.wysiwyg a:hover{text-decoration:underline;}
.wysiwyg table, .wysiwyg table td, .wysiwyg table th{border:0;}/* BASE */
body{
	font-family:Tahoma;
    background: #004297 url(i/bg.png) center top repeat-y;
}

#logo{
	margin:105px auto 0 auto;
	width:100%;height:101px;
	background:url(i/logo.png) center top no-repeat;
}

#lang{
	margin:210px auto 0 auto;padding-top:4px;
	width:132px;height:26px;
	background:url(i/lang.png) no-repeat;
}
#lang a{
	padding:0 9px;
	color:#FFF;font-size:15px;
}
#lang a:hover{
	text-decoration:underline;
}


#logo2{
	margin:50px auto -33px auto;
	width:849px;height:217px;
	background:url(i/logo2.png) no-repeat;
}

/* FOOTER */
#footer{
	margin:0 auto;
	position:relative;
	width:100%;height:71px;
    background:url(i/footer.png) repeat-x;
}
#footer .copyright{
	position:absolute;top:25px;left:55px;
	color:#FFF;font-size:11px;
	text-align:left;
}
#footer .social{
	position:absolute;top:25px;right:55px;
}
#footer .social *{
	float:left;
	margin:0 2px;
}
#footer .social a:hover{
	opacity:0.7;
	filter:Alpha(opacity=70);
}
#footer .ico_facebook{
	width:24px;height:24px;
	background:url(i/ico_facebook.png);
}
#footer .ico_twitter{
	width:24px;height:24px;
	background:url(i/ico_twitter.png);
}
#footer .ico_google{
	width:24px;height:24px;
	background:url(i/ico_google.png);
}
.footer-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 998px;
    height: 71px;
}
