body
{
	background-color: #666666;
	text-align: center;
}

table
{
	margin: 0px;
	padding: 0px;
}

div
{
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#bg_top
{
	background-image: url('../images/splash_background/top_bar.jpg');
	width: 800px;
	height: 64px;
}

#bg_left
{
	background-image: url('../images/splash_background/left_bar.jpg');
	top: 64px;
	width: 61px;
	height: 479px;
}

#bg_right
{
	background-image: url('../images/splash_background/right_bar.jpg');
	left: 741px;
	width: 59px;
	height: 479px;
}

#bg_bot
{
	background-image: url('../images/splash_background/bot_bar.jpg');
	left: -741px;
	top: 479px;
	width: 800px;
	height: 57px;
}

#content_div
{
	background-image: url('../images/splash_background/test.jpg');
	left: 61px;
	width: 680px;
	height: 479px;
}

#content_div h1
{
	margin: 20px;
	font-size: 22px;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	text-align: center;
}

#content_div p
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Courier New, monospace;
	text-align: justify;
}

#content_div h2
{
	text-align: center;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	font-family: Courier New, monospace;
}

#center_stage
{
	margin: 50px;
	width: 800px;
	height: 600px;
}