/* hide from ie on mac \*/
html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/nonflashback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#mainTable {
	position: absolute;
	height: 100%;
	width: 950px;
	vertical-align: top;
}
#mainCell {
	vertical-align: top;
}
#menuContent {
	position: absolute;
	height: 105px;
	width: 474px;
	left: 43%;
	top: 164px;
}

#bodyContent {
	overflow: scroll;
	height: 300px;
	width: 450px;
	position: absolute;
	left: 38%;
	top: 280px;
}
#innerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
