html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: white;
	text-align: center;
}

#center {
	position: relative;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background: white url('../images/sydney.jpg') top left no-repeat;
}

#content {
	padding: 303px 0 0;
}

h1 {
	margin: 0;
	position: absolute;
	top: 136px;
	left: 0;
	background-image: url('../images/title.png');
}

h1 a {
	display: block;
	width: 900px;
	height: 67px;
}

h1 a strong {
	display: none;
}

#top {
	position: absolute;
	top: 204px;
	left: 0;
	padding: 12px 14px 0 14px;
	background: #FA5B0F url('../images/top.png') bottom left no-repeat;
	width: 872px;
	height: 26px;
	color: white;
	line-height: 12px;
}

#text {
	margin: 0 196px;
}

#clear {
	clear: both;
	height: 99px;
}

#bottom {
	position: absolute;
	width: 872px;
	bottom: 0;
	background: black url('../images/bottom.png') top left no-repeat;
	color: #CCCCCC;
	line-height: 12px;
	padding: 12px 14px 0 14px;
	height: 26px;
}


/* panels */

#panels_left, #panels_right {
	width: 156px;
}

#panels_left {
	float: left;
}

#panels_right {
	float: right;
}

.panel {
	background: #EEEEEE url('../images/panel_bottom.png') bottom left no-repeat;
	margin-bottom: 40px;
	padding: 6px 8px 1px;
}

h2 {
	margin: 0 0 6px;
	padding: 2px 0 3px;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

h2.panel_title {
	background: #C7480C url('../images/panel_top.png') top left no-repeat;
	color: white;
	padding: 2px 8px 3px;
	border-bottom: 1px solid white;
	margin: 0;
	font-weight: bold;
}

