body{
	margin: 0;
	padding: 0;
	background: #fff;
}

/*INTRO*/
#box{
	position:absolute;
	width:550px;
	height:355px;
	top:50%;
	left:50%;
	margin-left:-275px;
	margin-top:-177px;
	z-index:auto;
	border: 0px solid black;
}

#logo{
	width:500px;
	height: 180px;
	margin-left: 15px;
	
}

.welcome{
	font-family: Arial, Helvetica, sans-serif;
	color: #4b575f;
	font-size: 24px;
	text-align: center;
}
.h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #4b575f;
	font-size: 16px;
	text-align: center;
}

.ru_flag{
	background: url(../img/flag_ru.png) no-repeat;
	width: 75px;
	height: 50px;
	margin-left: 200px;
	margin-top: 10px;
	border: 0px solid #4b575f;
	float: left;
	
}

.ua_flag{
	background: url(../img/flag_ua.png) no-repeat;
	width: 75px;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
	border: 0px solid #4b575f;
	float: left;
	
}

#count{background: #FFF; float: right; position: absolute; top: 97%;left: 95%; margin-top: -5px; margin-left: -30px;}

/*END INTRO*/
