* { margin: 0px; padding: 0px; } 
body{ background-color: black; font-family: Arial; /*overflow: hidden;*/ }
canvas{	-webkit-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); display: block; }
#viewport { margin: auto; margin-bottom: 300px; position: relative; }
#aquarium {background-image: url('../img/320x460/fond.png'); background-size: 100%; background-position: bottom; background-repeat: no-repeat; background-color: #89d6f2; }
#log{ color: white; }

#splash{
	position: absolute;
	width: 320px;
	height: 460px;
	background-image: url("../img/320x460/splash.png");
}
