/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ############################## MAIN CSS ############################### */

html, body {
	height: 100%;
	overflow: hidden;
}

#container {
	height: 100%;
	left: 50%;
	margin-left: -640px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1280px;
}

#logo {
	background: url('http://www.bovalls.com/resources/images/logo.png') no-repeat;
	height: 67px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 105px;
}

#logo a {
	display: block;
	height: 100%;
	text-indent: -999em;
	width: 100%;
}

body {
	background: #000 url('../images/bg.jpg') no-repeat center top;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 90%;
}

a {
	color: #bbb;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.25em;
	margin-bottom: .5em;
}

p {
	font-size: .88em;
	line-height: 1.25em;
	margin-bottom: .75em;
}

ul {
	font-size: .88em;
}

li {
	float: left;
	margin-right: 15px;
}

.table-wrapper {
	background: url('../images/table-wrapper.png') no-repeat;
	bottom: 0;
	height: 325px;
	left: 50%;
	margin-left: -640px;
	padding-top: 20px;
	overflow: hidden;
	position: absolute;
	width: 1280px;
}

table {
	margin: auto;
	text-align: left;
	width: 550px;
}

.firstpage table {
	width: 700px;
}

td {
	vertical-align: top;
}

.door img {
	margin-right: 20px;
}

.door span {
	float: left;
	margin-right: 20px;
}

.firstpage .door {
	width: 275px;
}