body
{
	background: #EDEDED url(../static/background_tile_green.png) top left repeat-x;
}

#background-tile
{
	background: url(../static/background_tile.png) top center repeat-y;
}

#background-splash
{
	background: url(../static/background.png) top center no-repeat;
}

#page
{
	width: 960px;
	margin: 0 auto 0 auto;
}

#header
{
	height: 190px;
}

#logo
{
	display: block;
	position: relative;
	top: 40px;
	width: 581px;
	height: 112px;
	margin: 0 auto 0 auto;
}

#main
{
	min-height: 600px;
	margin-top: 70px;
	margin-bottom: 30px;
}

#footer
{
	padding: 30px;
	
	background: #EDEDED url(../static/footer_background.png) top center no-repeat;
}