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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 100%;
}

body {
	background-image: url(../img/global/Earl2012-bgtile.png);
	background-repeat: repeat;
    margin: 0 auto;
    padding-top: 150px;
    height: 100%
}

#wrap {
    background: none;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
}

#main-a{
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	box-shadow: 0px 0px 10px 0px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    width: 1000px;
    height: auto;
    margin: 0px auto;
    padding-bottom: 85px;
}

#main-b{
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	box-shadow: 0px 0px 10px 0px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    padding-bottom: 15px;
}

#header{
	width: 100%;
	background: none;
    position: fixed;
    z-index: 300;
    top: 0;
}

.e5pass-link a {
    background: url("../img/Earl2012-sitelinks-sprite.png") no-repeat scroll -282px -10px transparent;
    display: block;
    float: right;
    height: 58px;
    overflow: hidden;
    width: 67px;
}

.e5pass-link a:hover { 
	background-position: -357px -10px;
}

.e5pass-link a:active {
	background-position:  -357px -10px;
}

#footer{
	z-index:100;
	position:fixed;
	bottom:0px;
	height: 50px;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000;
}
