/* ------------------------------------------------------------------------------------------------------- */
/* GENERIC CLASSES */
body {
	border: 0px;
	margin: 0px;
	font-family: Arial, san-serif;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	overflow: auto;
}

.UberBack {
	background-color: #000;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.MainOuter {
	/* IE */
	background-color: #4262A8;
	position:relative;
	top: 50px;
	left: auto;
	margin: 0 auto;
	width:720px;
	height:720px;
	padding: 10px 10px 10px 10px;
}
html>body .MainOuter {
	/* AND EVERYONE ELSE */
	width:700px;
	height:700px;
}

.MainInner {
	background-color: #000;
	background-image:url('images/intro.jpg');
	background-repeat: no-repeat;
	position:relative;
	width:700px;
	height:700px;
	padding: 10px 10px 10px 10px;
}
html>body .MainInner {
	/* AND EVERYONE ELSE */
	width:680px;
	height:680px;
}