/* CSS Document */

/* Showdown Productions Home Page Specific Classes */

/*
body{
	background-image:url(../images/bgMain.jpg);
	background-repeat:repeat-x;
}
*/

p{
	padding:0;
	margin:0 20px 15px 20px;
}

#bodyContent{
	width:712px;
	min-height:434px;
	height:auto !important;
	height:434px;
	background-color:#DA0015;
	border:8px solid #DA0015;
}

#leftColumn{
	float:left;
	width:361px;
	height:434px;
	background-color:#A4000D;
}

#linework{
	position:absolute;
	width:420px;
	height:370px;
	top:0;
	left:0;
	z-index:30;
}

#flashMenu{
	position:absolute;
	width:360px;
	height:300px;
	top:8px;
	left:18px;
	z-index:40;
}

#flashMenuFooter{
	position:absolute;
	width:361px;
	height:8px;
	top:344px;
	left:20px;
	background-color:#DA0015;
}

#flashImages{
	position:absolute;
	bottom:18px;
	z-index:20;
}

#endCredits{
	position:relative;
	width:343px;
	height:256px;
	overflow:hidden;
	z-index:10;
}

#endCreditsFooter{
	width:343px;
	height:15px;
	background-color:White;
}

#aboutShowdown{
	padding-top:25px;
}
