body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	max-width: 1920px;
	background-color: #6994fd;
	font-family: Trebuchet MS;
	color: #8a3300;
}

.content {
	position: absolute;
	top: 100px;
	left: 60px;
	width: 1880px;
	max-width: 1900px;
	z-index: 2;
	line-height: 1.2em;
	font-size: .8em;
}

	.content a {
		color: #8a3300;
		text-decoration: underline;
	}

.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1920px;
	height: 66px;
	background-image: url('top.jpg');
}

.bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1920px;
	height: 270px;
	background-image: url('bottom.jpg');
}

.box {
	position: absolute;
	width:25px;
	height:25px;
	z-index: 1;
	background-image: url('box.gif');
}

	#box1a { left: 263px; bottom: 95px; }
	#box1b { left: 288px; bottom: 95px; }
	#box2a { left: 360px; bottom: 168px; }
	#box2b { left: 335px; bottom: 168px; }
	#box3 { left: 624px; bottom: 143px; }
	#box4 { left: 984px; bottom: 47px; }
	#box5 { left: 1055px; bottom: 95px; }


.coin {
	position: absolute;
	width:22px;
	height:25px;
	z-index: 1;
	background-image: url('coin.gif');
}
	#coin0 { left: 1625px; bottom: 135px; }
	#coin1 { left: 1695px; bottom: 185px; }
	#coin2 { left: 1765px; bottom: 235px; }

.mario {
	position: absolute;
	width:33px;
	height:39px;
	top: 100px;
	left: 10px;
	z-index: 1;
	background-image: url('mario.gif');
}

.shell {
	position: absolute;
	width:25px;
	height:40px;
	z-index: 1;
	background-image: url('shell1.gif');
}
	#shell1 { left: 848px; bottom: 72px; }

.toad {
	position: absolute;
	width:25px;
	height:25px;
	z-index: 1;
	background-image: url('toad.gif');
}
	#toad1 { left: 505px; bottom: 21px; }
	#toad2 { left: 775px; bottom: 21px; }
	#toad3 { left: 1200px; bottom: 44px; }
	#toad4 { left: 1300px; bottom: 44px; }



