.clearfix {
  display: inline-block; }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

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, b, u, i, center, 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-size: 100%;
	  vertical-align: baseline;
	  background: transparent; }

	ol, ul {
	  list-style: none; }

	blockquote, q {
	  quotes: none; }

	blockquote:before, blockquote:after {
	  content: '';
	  content: none; }

	q:before, q:after {
	  content: '';
	  content: none; }

	:focus {
	  outline: 0; }

	ins {
	  text-decoration: none; }

	del {
	  text-decoration: line-through; }

	table {
	  border-collapse: collapse;
	  border-spacing: 0; }

body {
	background: url("../imgs/skyClouds.jpg") repeat-x scroll 0 0 transparent;
}

#wrapper {
	width: 100%;	
	min-width: 1075px;
}

#header {
	width: 250px;
	height: 158px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center;
}

#headerLink {
  display: block;
  width: 250px;
  height: 158px;
  color: black;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}

#shrekLogoLocal {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 250px;
  height: 111px;
}

#releaseDate {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  padding-top: 110px;
  text-align: center;
}

#gameFrame {
	width: 598px;
	height: 437px;
	position: relative;
	margin: 0 auto 0 auto;
	background: url("../imgs/frame.png") no-repeat scroll 0 0 transparent;
}

#ogres {
	z-index: -1;
	float: left;
	position: relative;
	width: 477px;
	height: 800px;
	background: url("../imgs/ogres.png") no-repeat scroll 0 0 transparent;
}

#witches {
  z-index: -2;
	float: right;
	position: relative;
	width: 327px;
	height: 800px;
	background: url("../imgs/witches.png") no-repeat scroll 0 0 transparent;
}

#swfApplication {
	position: absolute;
	left: 28px;
	top: 20px;
}

#footer {
  position: relative;
	z-index: 999;
	background: url("../imgs/footer.png") no-repeat scroll 0 0 transparent;
	width: 591px;
	height: 35px;
	margin: 0 auto 0 auto;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footerInner {
  position: absolute;
  top: 8px;
  left: 96px;
  width: 380px;
  text-align: center;
}

#footer a {
  color: black;
  text-decoration: none;
  margin-right: 6px;
}

#footer a:hover{
  text-decoration: underline;
}

#footer #copyright {
  color: #555;
}

#distributedBy {
  position: absolute;
  color: #818285;
  font-size: 7px;
  padding: 2px 0 0 16px;
}
