#container { 
  width:100%;
  min-width:100%;
  padding:0px;
}

#content {
  padding:0px;
  width:100%;
  margin:0 auto;
  background:#083749 url("images/bg.jpg") center 0 repeat-x;
  height:554px;
  position: relative;
  z-index: 10;
}

#splash {
  width:960px;
  margin:0 auto;
  height:554px;
  position:relative;
  display:block;
  background:transparent url("images/splash.jpg") center 0 no-repeat;
  z-index: 20;
}

#buttons {
	width:300px;
	height:72px;
	float:left;
	margin-top:482px;
	margin-left:482px;
}

#more_button {
	background:transparent url("images/more_link_a.jpg") center 0 no-repeat;
	width:114px;
	height:72px;
	margin-right:5px;
	float:left;
	cursor:pointer;
}

#more_button:hover, 
#more_button_proxy {
	background-image:url("images/more_link_b.jpg");
}

#more_button_proxy, 
#demo_button_proxy {
	width:0px;
	height:0px;
	visibility:hidden;
}

#demo_button {
	background:transparent url("images/demo_link_a.jpg") center 0 no-repeat;
	width:148px;
	height:72px;
	float:left;
	cursor:pointer;
}

#demo_button:hover, 
#demo_button_proxy {
	background-image:url("images/demo_link_b.jpg");
}

#earned_media {
	background:transparent url("images/earned_media_a.jpg") center 0 no-repeat;
	width:135px;
	height:62px;
	float:left;
	cursor:pointer;
	position:absolute;
	left:729px;
	top:423px;
}

#earned_media:hover, 
#earned_media_proxy {
	background-image:url("images/earned_media_b.jpg");
}    