/* CSS file */
html
{
	margin:0;
	padding:0;
}
body
{
	margin:0px;
	padding:0px;
	background:url('../images/background_tealbar.png') repeat-x 0 455px;
}

#centeredWrapper
{
	margin:0px auto;
	padding:0px;
	width:735px;
	height:800px;
	text-align:left;
	position:relative;
	z-index:2;
}
#skyline
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:455px;
	margin:0px;
	padding:0px;
	text-align:center;
	z-index:1;
	background:url('../images/background_skyline.jpg') top center no-repeat;
	min-width:735px;
}
	
