/* CSS Document */
/* Copyright Bramleys bar */
/* Written by Realising Designs www.realisingdesigns.com */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/con_bgr.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
}

a:link, a:visited {
	color: #ECECEC;	
	text-decoration: none;
}
a:hover, a:active {
	color: #ECECEC;	
	text-decoration: none;
}

#container a {
	width: 444px;
	height: 450px;
	margin: 0 auto;
	background-image: url(../images/entry_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

/*
#entry_link {
	position:absolute;
	top: 130px;
	left: 50%;
	margin: 0 0 0 -170px;
	width: 340px;
	height: 310px;
}
*/
#banner {
	width: 500px;
	height: 178px;
	margin: 0 auto;
	padding: 50px;
}
#banner h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	background-image: url(../images/blitz2009b.png);
	width: 353px;
	height: 21px;
	margin: 20px auto 10px auto;
}
h1 span {
	display: none;
}

