/* CSS Document */

#ContentPane {
	padding: 15px;
	vertical-align: top;
	width: 760px;
	}
	
#InnerTable {
	width: 760px;
	margin: 0px auto 0px auto;
	height: 100%;
	background-image: none;
}

#Header {
	height: 0px;
	text-align: center;
	vertical-align: top;
}

#Body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(Objects/HeaderBackgroundAdmin.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}

