/* @override http://rugbymovie.com/theaters/style.css */

body {
	color: #fff;
	background-color: #000;
	text-align: center;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: medium;
	padding-top: 15px;
}

table {
	width: 100%;
	margin-bottom: 100px;
}

td {
	width: 33.333333333%;
	padding: 0px;
	vertical-align: top;
}

#content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	
	z-index: 3;
	width: 930px;
}

#bg {
	position: fixed;
	top: 160px;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	z-index: 0;
	height: 518px;
	background: url(bg.jpg);
}

#tl {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 287px;
	height: 320px;
	background-image: url(flor-tl.png);
}

#tr {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 287px;
	height: 320px;
	background-image: url(flor-tr.png);
	right: 0;
}

#bl {
	position: fixed;
	z-index: 1;
	width: 287px;
	height: 320px;
	background-image: url(flor-bl.png);
	bottom: 0;
	left: 0;
}

#br {
	position: fixed;
	z-index: 1;
	width: 287px;
	height: 320px;
	background-image: url(flor-br.png);
	right: 0;
	bottom: 0;
}
