body {
	background-color: #EAE7E7;
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#main {
	margin-top: 10px;
}

#menu {
	width: 100%;
	height: 55px;
	background: url(../dsi/img/bg.gif) repeat-x;
	margin: 0 auto;
	text-align: center;
}

#ftr {
	width: 760px;
	height: 25px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;		
	position: relative;
}

#ftr .nintendo {
	top: 0px;
	left: 0px;
	position: absolute;
}

#ftr .copyright {
	top: 0px;
	left: 347px;
	position: absolute;
}

#ftr .top {
	top: 0px;
	left: 647px;
	position: absolute;
}