@CHARSET "ISO-8859-1";

/* ################### */
html,body {
	height: 100%;
}

body {
	background-image: none !important;
	font-family: Helvetica, Arial, Trebuchet MS;
	background-color: #005796;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 13px;
	letter-spacing: .2px;
	line-height: 17px;
}

#background_container {
	min-width: 1189px;
}

#background_spacer {
	width: 1189px;
}

#content_container,#header_container {
	top: 0px;
}

#background_left {
	position: absolute;
	left: 0;
	background: #005796 url(../images/leaderboard-background-left.jpg) no-repeat;
	width: 529px;
	height: 1266px;
}

#background_right {
	position: absolute;
	right: 0;
	background: #005796 url(../images/leaderboard-background-right.jpg) no-repeat;
	width: 529px;
	height: 1266px;
}

#content {
	padding-top: 122px;
	height: 750px;
}

#header,#content,#footer {
	width: 1189px;
}