#container {
  padding: 0;
}

html, body {
  width: 100%;
  text-align: center;
}

html body #container {
  background: none;
  position: relative;
	width: 590px;
	margin: 0 auto;
}

#logo {
  position: absolute;
  left: 1px;
  top: 12px;
}

#logo img {
  display: block;
  width: 581px;
  height: 230px;
}

#startlink {
  position: absolute;
  display: block;
  left: -9999em;
  width: 0;
  height: 0;
  
  text-indent: -1000em;
  overflow: hidden;
}


#footer {
  position: absolute;

  width: 590px;
	top: 275px;
	padding: 0.3em 0 0 0;
	margin: 0;
	font-size: smaller;
	text-align: center;
}

/* following rules are invisible to IE 5 \*/
#footer {
  position: absolute;
  
	top: 50%;
	padding: 0.3em 0 0 0;
	margin: 0;
	margin-top: 126px;
	font-size: smaller;
}
/* end IE 5 hack */

#footer * {
	text-align: center;
}

html #footer #copyright {
  padding: 0;
  margin: 0;
  float: none;
  font-size: smaller;
}

a {
  /* color: #F18E00; */
}

#teaser p {
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 0.4em;
}

#inner-container {
  background: transparent url(../media/images/splash-bg2.gif) top left no-repeat;
	top: 20px;
	left: 0;
  height: 261px;
  width: 590px;
}

/* NOTE: the following CSS is NOT validating 
   '#' is used to make safari/osx work
*/

/* following rules are invisible to IE 5 \*/
#inner-container {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -130px;
  width: 100%;
  height: 261px;
  #
}
/* end IE 5 hack */ 

#footer #teaser a {
  color: #666;
  text-decoration: none;
}
