div, img, ul, li, h1, h2, h3, h4, h5 { position: relative; display: block; border: 0; }
br { clear: both; }

html, body {
	height: 100%;
	}
body {
  margin: 0px;
  padding: 0px;
  background: #000;
  font-family: "Lucida Grande" sans-serif;
	color: #444;
  cursor: default;
	}
#container {
	display: block;
  position: relative;
  width: 985px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
	background-color: #000;
	background: #000 url(/images/bg.jpg) 0 0 repeat-x;
	}
* html #container {
  height: 100%;
	}

.image {
  display: block;
  position: relative;
  text-indent: -9999px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	}
a.image:hover,
button.image:hover {
  background-position: 0 center;
  }
a.image:active,
button.image:active {
  background-position: 0 bottom;
  }
  
  
#content {
	display: block;
	position: relative;
	left: 78px;
	width: 825px;
	height: auto;
	margin-top: 20px;
  padding: 0 0 80px 0;
	font: 12px Verdana;
	}
div.clr {
	display: block;
	clear: both;
  padding: 0 0 20px 0;
}

div.alert {
	padding: 20px;
	border: 2px solid #444;
	background: #000;
	border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
	}


.hidden { display: none; }
