@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	font-family: arial, helvetica, sans serif;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #5c1c00;
}



.container{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}


.clear {
	clear: both;
	padding: 0;
	margin: 0;
}


a {
	color: #c13f00;
}

a:hover {
	color: #5c1c00;
	text-decoration: none;
}

p{
	line-height: 21px;
	padding-bottom: 10px;
}


/* content */

#flashContainer{
	height: 493px;
}

#content{
	padding-top: 61px;
	text-align: left;
	background: url(images/page_top.jpg) no-repeat left top #fff;

}

#contentBottom{
	background: url(images/page_bottom.jpg) no-repeat left top #fff;
	height: 81px;
}

#leftCol, #rightCol{
	display: block;
	float: left;
	width: 420px;
}
#leftCol{
	padding-left: 30px;
	padding-right: 10px;
}

#rightCol{
	padding-left: 10px;
}
p.rightIndent{
	margin-top: 53px;
}

h1.aboutHead{
	text-indent: -9000px;
	background: url(images/head_about_batman.gif) no-repeat left top;
}
h1.enterHead{
	margin-left: -20px;
	text-indent: -9000px;
	background: url(images/head_how_to_enter.jpg) no-repeat left top;
	width: 242px;
	height: 53px;
}
h1.castingHead{
	margin-left: -20px;
	text-indent: -9000px;
	background: url(images/head_casting_call.gif) no-repeat left top;
	height: 53px;
}
h1.prizesHead{
	margin-left: -20px;
	text-indent: -9000px;
	background: url(images/head_prizes.gif) no-repeat left top;
	height: 53px;
}
h1.disclaimerHead{
	margin-left: -20px;
	text-indent: -9000px;
	background: url(images/head_disclaimer.gif) no-repeat left top;
	height: 53px;
}
h1.formHead{
	margin-left: -20px;
	text-indent: -9000px;
	background: url(images/head_submission_form.gif) no-repeat left top;
	height: 53px;
}

h1.rulesHead{
	margin-left: -20px;
	text-indent: -9000px;
	background: url(images/head_official_rules.gif) no-repeat left top;
	height: 53px;
}

#footer{
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
	background: url(images/footer_dots.gif) repeat-x left top #411400;
}

#footer .container p.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #f8c155;
}

#footer .container p{
	color: #9a5200;
}

a.enterBtn{
	margin-top: 10px;
	display: block;
	text-indent: -9000px;
	background: url(images/btn_enter.gif) no-repeat left top;
	width: 149px;
	height: 36px;
}

a.enterBtn:hover{
	margin-top: 10px;
	display: block;
	text-indent: -9000px;
	background: url(images/btn_enter.gif) no-repeat left bottom;
	width: 149px;
	height: 36px;
}

a.footerLink{
	color: #f8c155;
	text-decoration: underline;
}

a.footerLink:hover{
	color: #fff;
	text-decoration: none;
}

.formCol{
	width: 50%;
	display: block;
	float: left;
}

.hide { display: none; }
#success_msg { color: green; }










