@charset "utf-8";
/* CSS Document */

/* begin page */
html, body {
  margin: 0 auto;
  padding: 0;
  background-color: #222222;
  height:100%;
}

#top {
  z-index:1;
	position:absolute;
	width:100%;
}
#container {
	position:relative;
	width:100%;
	min-height:600px;
	height: auto !important;
	height:100%;
	z-index:4;
}
.spacerbottom {
	clear:both;
	width:100%;
	height:10px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}
/* end page */





