body {
	margin: 0;
	background-color: black;
}

#intro1 {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -164px;
	text-align: center;
}

#intro2 {
	position: relative;
	text-align: left;
	width: 100%;
	height: 318px;
	margin: 0px auto;	
}

.lside {
	background:url(border.gif) right top repeat-x;
	height: 318px;
	width: 50%;
}

.mid {
	width: 980px;
	height: 318px;
}

.rside {
	background:url(border.gif) left top repeat-x;
	height: 318px;
	width: 50%;
}

