body {
overflow:hidden;	
font-family:"tahoma";
background-color: #fff;

}
.welcome-media canvas { z-index: 1; margin: 0 auto; display: block; max-width: 100%; }
.under {
	color: #fff;
	font-size: 22px;
	font-family: 'tahoma';
	text-align:center;
	margin-bottom: 10px;
}
.under img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.under p {
	font-size: 13px;
	margin-left: -28px;
}

.logo{
	width: 421px;
	height: 298px;
	background:url(../files/logo2.png);
	background-size: cover;
	position: absolute;
	top: 30%;
	left:50%;
	margin-left:-210px;
	
}