body {
	background-image: url(backgroundTemp.jpg);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position:absolute;
	top:0px;
	left:0px;
}
#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
 
#inner {
	margin-left: -470px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 940px;
	height: 588px;
}
a img {border: none;}