body {
background-color: #000;
}

p {
font-family: arial, sans-serif;
font-size: 10px;
color: #fff;
}

#wrapper {
width: 90%;
height: 750px;
margin: 5px auto 0 auto;
background-color: #000;
/*background-image:URL(circles.png);
border: 1px solid #555;*/
padding-bottom: 10px;
}

#container {
width: 911px;
height: 663px;
margin: 10px auto;
border: 10px solid #000;
}

#indexButton {
width: auto;
height: 15px;
margin: 5px auto 5px auto;
text-align: center;
font-family: arial;
font-size: 90%;
color: #333;
}

/* this class was applied to the table containing the SWF movie, i'm applying the border to the wrapper 09-29-2011*/
/*.border {
	border: thin solid #000000;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}*/

