html {height:100%;}
body{
margin:0; 
padding:0; 
height:100%;
background-color:#ffffff;
}
.bodytext{
font:11px Arial;
color:#000000;
}
.bodytext a{
font:11px Arial;
color:#ffffff;
text-decoration:underline;
}
.bodytext a:hover{
text-decoration:none;
color:#ffff00;
}
#wrapper{
min-height:100%;
position:relative;
width:900px;
margin:0px auto;
background-color:#ffffff;
}
* html #wrapper {height:100%}
#innerwrap {padding-bottom:80px;}
#innerwrap:after {content:" ";display:block;clear:both;}
* html #innerwrap {height:1px;}
#header{
margin:0px 0px 5px 0px;
width:100%;
}
#content{
margin:40px 0px 0px 0px;
width:100%;
}
#contentleft{
width:450px;
float:left;
}
#contentright{
width:450px;
float:left;
}
#footer {
width:100%;
background-color:#fff;
background: url('http://masterfade.com/images/bcg_footer1.jpg');
}
#headleft{
float:left;
}
#headright{
float:right;
padding:5px;
}
#headright a img{
padding:5px;
border:none;
}
#headwrap{
width:100%;
margin:0px auto;
}
#footerleft{
height:40px;
float:left;
}
#footerright{
height:40px;
top:10px;
float:right;
font:10px Arial;
color:#ffffff;
}
#footerright a{
font:10px Arial;
color:#ffffff;
text-decoration:underline;
}
#footerright a:hover{
color:#ffff00;
text-decoration:none;
}
#banner{
margin:0px 0px;
width:100%;
}