body {
	font-family: 'RopaSansRegular', arial, sans-serif;
	font-size: 18px;
	line-height:0px;
	margin:0;
	padding:0;
}

header {
	display: none;
}

#theGame {
	background-image:url('data/submarine.png');
	width:600px;
	height:450px;
	margin:auto;
	text-align: center;
	position:relative;
	overflow:hidden;
}

.sm {
	position:absolute;
}