/* 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;
	text-align: center;
}
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;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
	background: url(/i/bkg.png) repeat-x;
}

h1 {
	position: absolute;
	height: 25px;
	width: 68px;
	left: 50%;
	top: 50%;
	margin: -48px 0 0 -34px;
}

h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999em;
	background: url(/i/bwlng-logo.png);
}

h1 a:hover {
	background: url(/i/bwlng-logo.png) 0 -25px;
}

#footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	background: #eee;
	border-top: 1px solid #ccc;
}

#footer p {
	color: #999;
	margin: 0.5em 0 0.5em 1em;
	font-size: .65em;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}