body {
	background-image:url('/classes/Module/Thunder/Themes/ThunderMain/images/background.jpg');
	background-repeat:repeat-x;
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#bottomShadow {
	background-color: transparent;
	background-image: url('../images/Bottom_Shadow.png');
	background-position: -1px -20px;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 980px;
}
#innerContainer {
	min-height: 100px;
	padding: 0 20px;
}
#leftShadow {
	background-color: transparent;
	background-image: url('../images/Left_Shadow_Top.png');
	background-position: right;
	background-repeat: repeat-y;
	margin: ;
	padding: 0;
	width:20px;
}

#outerContainer {
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 980px;
}
#rightShadow {
	background-color: transparent;
	background-image: url('../images/Right_Shadow_Top.png');
	background-position: right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 980px;
}
#topShadow {
	background-color: transparent;
	background-image: url('../images/Top_Shadow.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 980px;
}

