h1, h2, h3, h4, h5{
	padding:20px 0 0 20px;
	color:#00A8D7;
}

h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}

p{
	padding:15px 20px 5px 35px;
	line-height:20px;
}

p.last{
	padding-bottom:15px;
}

div#header img{
	z-index:0;
}

div#container{
	position:relative;
	width:1094px;
	margin:auto;
	padding:40px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

div#content{
	background-repeat:no-repeat;
	height:979px;
}

div.landing-footy{
	background-image:url(../images/afl_bg.jpg);
	background-position: top center;
	background-repeat:repeat;
}

div.landing-racing{
	background-image:url(../images/racing_bg.jpg);
	background-position: top center;
	background-repeat:repeat;
}

div.rollover a#button_right{
	display:block;
	background-image:url(../images/button_normal.png);
	background-repeat:no-repeat;
	width:150px;
	height:41px;
	cursor:pointer;
}

div.rollover a#button_right:hover{
	background-image:url(../images/button_hover.png);
	background-repeat:no-repeat;
}

div.landing-footy div.rollover a#button_right{
	position:relative;
	top:240px;
	left:635px;
}

div.landing-racing div.rollover{
	position:relative;
	top:525px;
	left:650px;
}

div.terms_and_conditions a{
	color:#fff;
	text-align:center;

}

div.landing-footy div.terms_and_conditions a {
	position:relative;
	top:680px;
	left:450px;
	color: #333333;
	text-decoration:none;
}

div.landing-footy div.terms_and_conditions a:visited{
	color: #333333;
	text-decoration:underline;	
}

div.landing-footy div.terms_and_conditions a:hover{
	color: #333333;
	text-decoration:underline;	
}



div.landing-racing div.terms_and_conditions a{
	position:relative;
	top:510px;
	left:410px;
}

div.terms_and_conditions a:hover{
	color:#999999;
}

div.terms_and_conditions a:visited{
	color:#fff;
}



