
/* Van Diemen's Land Front Page */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #000 url(../images/bg_laurels.jpg) center top no-repeat;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #3d3332;
	text-align: center;
}
/*html 
{
	background: #000 url(../images/bg_bottom_body.jpg) center bottom no-repeat;
}*/
a, a img {
	border: none;
}
#container {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}
h1 {
	background: url(../images/titleNew.gif) center top no-repeat;
	width: 720px;
	height: 120px;
	margin: 24px 0 26px 0;
	text-indent: -9999px;
}
.enter {
	margin: 10px auto 5px auto;
	display: block;
}
.blog {
	margin: 2px auto 2px auto;
	display: block;
}
.incinemas {
	margin: 20px auto 0px auto;
	display: block;
}
.facebook {
	margin: 0 auto 20px auto;
}
.credits {
	margin: 0 auto 35px auto;
	display: block;
}
#signupWrapper
{
	min-height: 194px;
	background: #000 url(../images/bg_bottom_body.jpg) center bottom no-repeat;
}
#signup {
	width: 720px;
	margin: 0 auto 10px auto;
	text-transform: uppercase;
}
#signup p {
	margin: 14px auto 8px auto;
}
#signup .email
{
	
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #3d3332; 
	color: #fff; 
	width: 190px; 
	text-align: center; 
	padding: 5px 0; 
	margin: 5px 0 14px 0;
	border: none;
	clear: both;
}
#signup .submit {
	clear: both;
	display: block;
	margin: 0 auto 10px auto;
}

