body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%; height: 100%;
	color: #CCCCCC;
	margin: 0px; padding: 0px;
	overflow: hidden;
}
.middle {
	position: absolute;
	/*border: 1px solid #00ff00;*/
	left: 50%;
	top: 50%;
}
#flashcontent {
	position: relative;
	left: -430px;
	top: -170px;
	width: 860px;
	height: 340px;
	/*border: 1px solid #00ffff;*/
}
#top {
	position: relative;
	bottom: 530px;
	height: 330px;
	left: -1000px;
	width: 2000px;
	/*border: 1px solid #ff0000;*/
	background-image: url(../images/top.jpg);
    background-position: center bottom;
	background-repeat: no-repeat;
}
#topBgLoop {
	position: relative;
	bottom: 530px;
	height: 330px;
	left: -1000px;
	width: 2000px;
	background-color: #06063A;
	/*border: 1px solid #ff0000;*/
	background-image: url(../images/loop_top.jpg);
    background-position: center bottom;
	background-repeat: repeat-x;
}
#topLoop {
	position: relative;
	bottom: 200px;
	height: 30px;
	left: -1000px;
	width: 2000px;
	background-color: #ffffff;
	/*border: 1px solid #ff0000;*/
	background-image: url(../images/loop_line_top.jpg);
    background-position: center bottom;
	background-repeat: repeat-x;
}
#bottom {
	position: relative;
	top: 200px; left: -1000px;
	width: 2000px; height: 500px;
	/*border: 1px solid #ff00ff;*/
	background-image: url(../images/bottom.jpg);
    background-position: center top;
	background-repeat: no-repeat;
}
#bottomBgLoop {
	position: relative;
	top: 200px; left: -1000px;
	width: 2000px; height: 500px;
	/*border: 1px solid #ff00ff;*/
	background-color: #06063A;
	background-image: url(../images/loop_bottom.jpg);
    background-position: center top;
	background-repeat: repeat-x;
}
#bottomLoop {
	position: relative;
	top: 170px; left: -1000px;
	width: 2000px; height: 30px;
	/*border: 1px solid #ff00ff;*/
	background-color: #ffffff;
	background-image: url(../images/loop_line_bottom.jpg);
    background-position: center top;
	background-repeat: repeat-x;
}
#midLeft {
	position: relative;
	top: -170px; left: -580px;  /* flashcontent: width: 860px height: 340px */
	width: 150px; height: 340px;
	/*border: 1px solid #ff00ff;*/
	background-color: #ffffff;
	background-image: url(../images/left.jpg);
    background-position: right;
	background-repeat: no-repeat;
}
#midLeftLoop {
	position: relative;
	top: -170px; left: -930px;  /* flashcontent: width: 860px height: 340px */
	width: 500px; height: 340px;
	/*border: 1px solid #ff00ff;*/
	background-color: #ffffff;
	background-image: url(../images/loop_mid_left.jpg);
    background-position: right;
	background-repeat: repeat-x;
}
#midRight {
	position: relative;
	top: -170px; left: 430px;  /* flashcontent: width: 860px height: 340px */
	width: 150px; height: 340px;
	/*border: 1px solid #ff00ff;*/
	background-color: #ffffff;
	background-image: url(../images/right.jpg);
    background-position: right;
	background-repeat: no-repeat;
}
#midRightLoop {
	position: relative;
	top: -170px; left: 430px;  /* flashcontent: width: 860px height: 340px */
	width: 500px; height: 340px;
	/*border: 1px solid #ff00ff;*/
	background-color: #ffffff;
	background-image: url(../images/loop_mid_right.jpg);
    background-position: right;
	background-repeat: repeat-x;
}
.overpixel {
	width: 100%;
	height: 100%;
	background-image: url(../images/pat_bg2.gif);
}

