/************** Reset **************/

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: 9pt;
	vertical-align: baseline;
	font-weight:normal;
	font-family:Tahoma,Geneva,sans-serif;
	color:#808080;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************** Sections **************/

html, body {
	background-color:black;
}

#page {
	float:left;
	width:100%;
}

#links {
	width:100%;
	height:322px;
	padding-top:70px;
	background:#f99a00 url(oliver.jpg) top left no-repeat;
	float:left;
	clear:both;
}

#links li {
	float:left;
	clear:both;
	margin-top:20px;
	padding-left:420px;
}

#links li a {
	color:white;
	text-decoration:none;
}

#links li a:hover {
	color:black;
}

h1 {
	float:left;
	background:url(title.gif) top left no-repeat;
	text-indent:-1000px;
	width:441px;
	height:47px;
	margin-top:50px;
	margin-left:20px;
}