* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../_img/bg.jpg) repeat-x;
	height: 500px;
}
div#flash {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
}

	div#flash div.push, a span {
		position: absolute;
		left: -9001px;
		overflow: hidden;
	}


div#footer {
	clear: both;
	height: 100px;
	margin: 0 30px 30px 30px;
}
	div#footer div.nintendo {
		float: left;
		width: 310px;
		height: 100px;
		background: url(../_img/legal_left.gif) no-repeat;
	}
		a.nintendoDS {
			display: block;
			width: 145px;
			height: 30px;
			float: left;
			position: relative;
			top: 26px;
			left: 24px;
		}
		a.nintendoWiFi {
			display: block;
			width: 50px;
			height: 50px;
			float: left;
			position: relative;
			top: 16px;
			left: 60px;
		}
	div#footer div.esrb {
		float: right;
		width: 310px;
		height: 100px;
		background: url(../_img/legal_right.gif) no-repeat;
	}
		a.esrbRating {
			display: block;
			width: 140px;
			height: 56px;
			float: left;
			position: relative;
			top: 20px;
			left: 18px;
		}
		a.esrbPrivacy {
			display: block;
			width: 116px;
			height: 44px;
			float: left;
			position: relative;
			top: 20px;
			left: 26px;
		}

	div#footer div.copyright {
		clear: both;
		padding-bottom: 20px;
		
		text-align: center;
		font-size: 10px;
		font-family: arial;
	}