#content h1.big {
	width: 640px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 40px;
	text-align:center;
	position: absolute;
	top: 95px; /*105px;*/
	text-shadow: 0 0 10px black;
	margin: 0;
}

div#banner_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 640px;
	height: 130px;
}

img.top-transition {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

img.bottom-transition {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

#content p {
	margin-top: 3em;
	margin-bottom: 3em;
}

#quickaccess {
	background-image: url(/media/img/pages/menu.png);
	width: 640px;
	height: 200px;
}

#quickaccess li {
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 200px;
}

#quickaccess li a {	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;
}

#quickaccess li a span {
	position: absolute;
	bottom: 20px;
	left: 0; /* IE7 needs this */
	display: block;
	line-height: 20px;
	font-size: 12px;
	width: 100%;
	text-shadow: 0 0 5px black;
}

#quickaccess li a:hover {
	box-shadow: 0 0 30px #580702;
	-webkit-box-shadow: 0 0 30px #580702;
	-moz-box-shadow: 0 0 30px #580702;
}

