/* Reset styles */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: oblique !important;
}

:focus {
	outline: 0;
}
body {
	color: black;
	font-size: 75%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Generic website styles */
	html {
		height: 100%;	
	}

	body {
		background-color: #FFF;
		height: 100%;
		background-image: url(/img/hb-jeans.jpg);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0;
	}
	
	h1 {
		text-indent: -999999px;	
	}

	h2 {
		position: absolute;
		top: 50px;
		width: 100%;
		text-align: center;
		color: #000;
		font-weight: bold;
		font-size: 18px;
	}
	
	p {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: #000;
		color: #FFF;
		background-image: url(/img/hb-very-old-logo.gif);
		background-position: right;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
		height: 50px;
		line-height: 50px;		
	}
	
	