body {
	background-color:#E9DFD8;
	background-image:url('/classes/Module/Thunder/Themes/ISFNetFest/images/background.jpg');
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#innerContainer {
	min-height: 450px;
	padding: 0px 20px 1px;
	background-image: url('../images/Shadow.png');
	background-position: center;
}
#mainContent {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 635px;
}
#outerContainer {
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 1024px;
}

#topShadow {
	background-color: transparent;
	background-image: url('../images/Top_Shadow.png');
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height:25px;
}
#bottomShadow {
	background-color: transparent;
	background-image: url('../images/Bottom_Shadow.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height:27px;
}
