#flashcontent {
	position: absolute;
	top: 71px;
	left: 169px;
	z-index: 1;
}

#wrapper-inner {
	background: #000 url(/images/bg_rally.jpg) no-repeat;
	height: 600px;
	margin:0 auto;
	position: relative;
	text-align:left;
	top: 225px;
	width: 970px;
}

#corner-tl {
	position: absolute;
	top: 69px;
	left: 168px;
	z-index: 2;
}

#corner-tr {
	position: absolute;
	top: 69px;
	left: 782px;
	z-index: 2;
}

#corner-bl {
	position: absolute;
	top: 525px;
	left: 168px;
	z-index: 2;
}

#corner-br {
	position: absolute;
	top: 525px;
	left: 782px;
	z-index: 2;
}

#edge-left {
	position: absolute;
	top: 93px;
	left: 168px;
	z-index: 2;
}

#edge-right {
	position: absolute;
	top: 93px;
	left: 804px;
	z-index: 2;
}

#edge-top {
	position: absolute;
	top: 69px;
	left: 192px;
	z-index: 2;
	height: 2px;
}

#edge-bottom {
	position: absolute;
	top: 547px;
	left: 192px;
	z-index: 2;
}

#close {
	position: absolute;
	top: 40px;
	left: 768px;
	z-index: 3;
}

#wrapper img {
	display: block;
}

#footer{
	margin:0 auto;
	text-align:left;
}

#footer a {
	color:#fff;
}

#footer .left{
	display:inline;
	float:left;
	width:65%;
}

#footer .right{
	display:inline;
	float:right;
	text-align:right;
	width:35%;
}