.png {
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../img/spacer.gif);
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

body {
	width: 98%;
	height: 100%;
	background-image: url(../img/background_pattern.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

div#main {
	width: 964px;
	height: auto;
	display: table;
	float: left;
}

div#mainContainer {
	width: 964px;
	height: 381px;
	background-image: url(../img/mainImage.jpg);
	background-repeat: no-repeat;
}

div#mainSubContainer {
	width: 964px;
	height: 277px;
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
}	

td#leftShadow {
	width: 5px;
	background-image: url(../img/shadow_left.png);
	background-repeat: repeat-y;
}

td#rightShadow {
	width: 5px;
	background-image: url(../img/shadow_right.png);
	background-repeat: repeat-y;
}

