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{
	background:#000;
	font-family:Tahoma;
}

#logo{
	margin:60px auto;
	width:577px;height:101px;
	background:url(i/logo.png) no-repeat;
}

#lang{
	margin:40px auto;padding-top:13px;
	width:148px;height:47px;
	background:url(i/lang.png) no-repeat;
}
#lang a{
	padding:0 8px;
	color:#FFF;font-size:15px;
}
#lang a:hover{
	text-decoration:underline;
}



#logo2{
	margin:0px auto;
	width:734px;height:213px;
	background:url(i/logo2.png) no-repeat;
}

#hr{
	margin:0px auto;
	width:999px;height:3px;
	background:url(i/hr.png) no-repeat;
}

/* FOOTER */
#footer{
	margin:0 auto;
	position:relative;
	width:1000px;height:80px;
}
#footer .copyright{
	position:absolute;top:25px;left:30px;
	color:#868686;font-size:12px;
	text-align:left;
}
#footer .social{
	position:absolute;top:25px;right:30px;
}
#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);
}

