html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background: #000 url(../images/body_background.jpg) no-repeat bottom center;
	background-attachment: fixed;
	min-height: 101%;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, SunSans-Regular, sans-serif;
	color: #cdcdcd;
	text-align: center;
}

h1,h2,h3{
	display: block;
	text-indent: -9999px;
}

a, a:link, a:visited, a:hover, a:active{
	color: #b3b3b3;
}
a:hover, a:active{
	color: #fff;
}

#wrapper {
	position: relative;
	margin: 0px auto 45px auto;
	width: 752px;
	min-height: 860px;
	height: auto !important;
	height: 860px;
	background: #133300 url(../images/wrapper_background.gif) no-repeat;
	text-align: left;
}

#header {
	padding: 45px 0;
	min-height: 75px;
	height: 75px;
}

ul#navigation li{
	display: block;
	float: left;
	height: 75px;
	width: 90px;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
}
ul#navigation li.news{
	background-image: url(../images/navigation_background_news.gif) ;
}
ul#navigation li.video{
	background-image: url(../images/navigation_background_video.gif);
}
ul#navigation li.live{
	background-image: url(../images/navigation_background_live.gif);
}
ul#navigation li.audio{
	background-image: url(../images/navigation_background_audio.gif);
}

#content {
	margin: 0 20px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#content div.width350{
}

#youtube-video {
	float: right;
	width: 320px;
	position: relative;
	top: 75px;
}

#content div.width350 p{
	width: 350px;
	margin: 1.5em 0 0 2px;
}

#content h1 {
	display: block;
	width: 365px;
	height: 70px;
	background: transparent url(../images/h1_background.gif) no-repeat;
}
#content h2 {
	display: block;
	width: 410px;
	height: 15px;
	margin: 1em 0 0 0;
	background: transparent url(../images/h2_background.gif) no-repeat;
}

#content div.league {
	display: block;
	width: 700px;
	padding: 0 0 20px 0;
	background: transparent url(../images/league_background_footer.gif) no-repeat bottom left;
}
#content div.league h3 {
	height: 35px;
	margin: 1em 0 0 0;
	background-repeat:no-repeat;
	background-color: transparent;
	background-position: top left;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}
#content div.league h3:hover {
	background-position: top right;
	cursor: pointer;
}
#content div.league h3#premiership {
	background-image: url(../images/h3_background_premiership.gif);
}
#content div.league h3#championship {
	background-image: url(../images/h3_background_championship.gif);
}
#content div.league h3#leagueone {
	background-image: url(../images/h3_background_leagueone.gif);
}
#content div.league h3#leaguetwo {
	background-image: url(../images/h3_background_leaguetwo.gif);
}
#content div.league h3#non-league {
	background-image: url(../images/h3_background_nonleague.gif);
}
#content div.league h3#terms {
	background-image: url(../images/league_background_terms.gif);
}
#content div.league div.leaguetable {
	padding: 0px 2px;
	background: #000 url(../images/league_background.gif) repeat-y;
}
#content div.league div.leaguetable table{
	width: 696px;
}
#content div.league div.leaguetable table tr {
	background-color: #000;
}
#content div.league div.leaguetable table tr.alt {
	background-color: #3a3a3a;
}
#content div.league div.leaguetable table tr td {
	width: 135px;
	padding: 8px 10px 8px 30px;
	background-image: url(../images/td_background_icon.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
#content div.league table td a{
	text-decoration: none;
}
#content div.league table td a:hover{
	text-decoration: underline;
}

#terms_and_conditions {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 60%;
	padding: 16px;
	border: 16px solid #fff;
	color: #000;
	background-color: #fff;
	z-index:150;
	overflow: auto;
}

#terms_link {
	padding-top: 15px;
	display: block;
	font-size: 1em;
}

#wrapper #content {
	clear: both;
	padding: 0 0 0 0;
}


#wrapper #footer {
	display: block;
	width: 752px;
	padding: 20px 0;
	font-size: 1.2em;
	text-align: center;
	background: transparent url(../images/wrapper_background_bottom.gif) no-repeat bottom left;
}
