/* --------------------------------------------------------------

   layout.css
   * Sets up the framework of the site.

-------------------------------------------------------------- */

#container {
    text-align: center;
    position: relative;
    margin: 0 auto;
	width: 1000px;
	}

#page {
	padding: 140px 0 10px;
	text-align: left;
	position: relative;
	}

		#top-banner {
			position:absolute;
			left: 136px;
			top: 26px;
			height:90px;
			width: 728px;
			}

		#leaderboard {
			position: absolute;
			left: 135px;
			top: 10px;
			}

		#header  {
			position: relative;
			height: 229px;
			background: url(../../ext/gfx/assets/header/bg_header.png) no-repeat 0 0;
			}

		#content {
			margin: 0 auto;
			background: url(../../ext/gfx/assets/backgrounds/bg_main.png) repeat-y 0 0;
			}

			#main {
				position: relative;
				padding: 15px 22px 1px 25px;
				min-height: 480px;
				height: auto !important;
				height: 480px;
				}

		#footer {
			position: relative;
			height: 150px;
			color: #fff;
			background: #000000 url(../../ext/gfx/assets/footer/bg_footer.png) no-repeat left bottom;
			}
