div
{
	border: 0px #8B1616 solid;
	margin:0px;
}
img
{
	border: none;
}
p.links
{
	margin: 5px 0 5px 0;
}
/*******************************
*All the settings for the background
********************************/
body
{
	background-image: url("./images/bodybg.jpg");
	background-repeat: repeat-y;
	background-color: #000000; 
	background-position: center;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

/********************************
*This is the container for the whole site, other than the background
*********************************/
#container
{
	border: 1px #8B1616 solid;
	background-color: transparent;
	background-image: url("./images/mainbg.jpg");
	background-repeat: no-repeat;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 800px;
	height: 550px;
	position: relative;
	background-position: center;
	z-index: 0;
}

/********************************
*This is the title image/area, it is actually going to be used
*just as the background for the navigation
*********************************/
#title
{
	border: 0px black solid;
	background-color: transparent;
	background-position: center;
	height: 79px;
	width: 400px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 1;
}

/********************************
*This is the navigation div where the links to the other pages are
*********************************/
#nav
{
	background-color: transparent;
	text-align: center;
	height: 30px;
	width: 650px;
	margin: 20px auto 0 auto;
	position: relative;
	top: 0px;
	left: 75px;
}

/********************************
*This is where everything will be displayed
*********************************/
#content
{
	background-color: #000000;
	position: relative;
	height: 468px;
	width: 600px;
	margin: 0 0 0 197px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	border: 2px #8B1616 solid;
}

/********************************
*The quick shows area!!!
*********************************/
#quickshows
{
	background-color: #000000;
	border: 2px #8B1616 solid;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	position: absolute;
	height: 468px;
	width: 182px;
	top: 79px;
	left: 5px;
}