/* CSS 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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* Splash Page */

body{
    background: #000000;
}

#siteContent{
    position: relative;
    width: 1050px;
    height: 650px;
    margin: 0 auto;
    background: url(images/wayzata_trojan_football.jpg) no-repeat top center;
}

h1{
    display: none;
}

ul, li{
    display: block;
    list-style: none;
}

a{
    display: block;
    position: absolute;
    text-indent: -5000px;
}

#youth a {
  height: 75px;
  left: 195px;
  top: 354px;
  width: 345px;
}

#hs a {
  height: 47px;
  left: 610px;
  top: 355px;
  width: 226px;
}

#sportNGIN a {
	height: 17px;
	left: 463px;
	top: 507px;
	width: 123px;
}
