
#wrapper {
	background: url(/PTMSCMS/shell/css/images/background.jpg) no-repeat scroll left top;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

	#header-panel {
		clear: both;
		height: 25px;
	}

	#content-panel {
		display: inline-block;
		width: 580px;
		float: right;
		min-height: 500px;
		border: 1px gray solid;
		background-color: white;
	}

	#footer-panel {
		height: 30px;
		padding-top: 20px;
		clear: both;
	}
