body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:900px;
	height:inherit;
	margin:0 auto;
}

#home_bg {
	width:900px;
	height:471px;
	background:url(../images/home_bg.jpg) no-repeat;
}

#prizes_bg {
	width:900px;
	height:307px;
	background:url(../images/prizes_bg.jpg) no-repeat;
}



#winners_bg {
	width:900px;
	height:307px;
	background:url(../images/winners_bg.jpg) no-repeat;
}

#entry_bg {
	width:900px;
	height:307px;
	background:url(../images/entry_bg.jpg) no-repeat;
}

#rules_bg {
	width:900px;
	height:307px;
	background:url(../images/rules_bg.jpg) no-repeat;
}

#privacy_bg {
	width:900px;
	height:307px;
	background:url(../images/privacy_bg.jpg) no-repeat;
}

#thankyou_bg {
	width:900px;
	height:307px;
	background:url(../images/thankyou_bg.jpg) no-repeat;
}

#logo {
	float:right;
	width:135px;
	height:100px;
	background:url(../images/logo.png) no-repeat;
	display:block;
	padding-right:60px;
	margin-top:50px;
}

.hidden {
	visibility:hidden;
}

#nav {
	list-style:none;	
	padding-top:42px;
	padding-left:30px;
}

#nav li {
	padding-bottom:8px;
}

#prizes {
	background:url(../images/prizes.png) no-repeat;
	width:69px;
	height:26px;
	display:block;
}

#prizes:hover {
	background:url(../images/prizes_over.png) no-repeat;
	width:69px;
	height:26px;
	display:block;
}

#entry {
	background:url(../images/entry_form.png) no-repeat;
	width:126px;
	height:26px;
	display:block;
}

#entry:hover {
	background:url(../images/entry_form_over.png) no-repeat;
	width:126px;
	height:26px;
	display:block;
}

#film {
	background:url(../images/film_incentives.png) no-repeat;
	width:173px;
	height:26px;
	display:block;
}

#film:hover {
	background:url(../images/film_incentives_over.png) no-repeat;
	width:173px;
	height:26px;
	display:block;
}

#home {
	background:url(../images/home.png) no-repeat;
	width:59px;
	height:26px;
	display:block;
}

#home:hover {
	background:url(../images/home_over.png) no-repeat;
	width:59px;
	height:26px;
	display:block;
}


h1 {
	font-weight:normal;
	font-size:18px;
	line-height:23px;
	margin-top:0px;
}
#footer a, a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#999999;
	text-decoration:none;
}

p {
	font-size:14px;
	line-height:19px;
	margin:0px;
}

p a, a:link, a:visited {
	color:#CC0000;
	text-decoration:none;
}

p a:hover {
	color:#660000;
	text-decoration:none;
}

#footer {
	background-color:#000000;
	width:900px;
	height:21px;
	margin-top:10px;
	padding-top:3px;
	font-size:13px;
}

.white {
	color:#FFFFFF;
	font-size:13px;
}

.white2 {
	color:#FFFFFF;
	font-size:11px;
}