html, body {
  background: url(../images/backgrounds/background_start.jpg) no-repeat center top;
  height: 100%;
}

body {
  padding: 0;
	margin: 0;
}

#startcontainer {
  position: relative;
  margin: 0 auto;
  width: 960px;
	padding: 0px 3px 0px 3px;
	height: 100%;
	background: url(../images/layout/container_bg.gif) repeat-y;
}


#flashcontainer {
  position: absolute;
	z-index: 2;
}

#logo {
  position: absolute;
	left: 243px;
	top: 0px;
	width: 652px;
	height: 330px;
	background: url(../images/logo.png) no-repeat;
}

#footercontainer {
  position: absolute;
	top: 464px;
	z-index: 1;
	background: #FFF;
}

#bottomnav {
  height: 34px;
}

#footer {
  position: relative;
}

h1 {
  position: absolute;
}
