#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-top: 16%;	
}

canvas {display: block;}

.wuc-overlay{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
	background-image:url(../images/splashImage.png);
}
#wrapper img{
	max-width: 1000px;
	margin-left: auto;
	margin-top: 0%;
	width: 88%;	
}
@media (max-width: 460px) {
   #wrapper{
		width:100% !important;	
	}
	#wrapper img {
    max-width: 70% !important;
    margin-left: 23% !important;
    margin-top: 42% !important;
    width: 88% !important;
}
	
	body {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
}