﻿body {
    margin: 0px;
    padding: 0px;
	background-image: url(../imgs/nintendo_bba_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #d4ebf9;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #8a8a8a;
}
img {
	border: 0px;
}
#site {
	position: relative;
	width: 960px;
	height: 795px;
	margin: auto;
}
#BBA_header {
	position: absolute;
	top: 15px;
	left: 215px;
	display: block;
	width: 569px;
	height: 52px;
}
#BBA_Wii {
	position: absolute;
	top: 91px;
	left: 0px;
	display: block;
	width: 984px;
	height: 283px;
}
#BBA_Wii_cover {
	position: absolute;
	top: 91px;
	left: 0px;
	display: none;
	width: 984px;
	height: 283px;
}
#BBA_DS {
	position: absolute;
	top: 354px;
	left: 0px;
	display: block;
	width: 984px;
	height: 323px;
}
#BBA_DS_cover {
	position: absolute;
	top: 354px;
	left: 0px;
	display: none;
	width: 984px;
	height: 323px;
}
#footer {
	position: absolute;
	top: 670px;
	left: 37px;
	width: 924px;
	height: 125px;
}
#footer a:active, #footer a:link, #footer a:visited, #footer a:hover {
	color: #0018ff;
}