
/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
body {text-align:center}/* centre for ie5.+*/
#outer{
min-height:100%;
height:auto;
width:100%;
border:0px;
margin-left:auto;/* center it*/
margin-right:auto;/* center it*/
position:relative;
text-align:left;
}
#top{
height:100px;
background:blue;
width:100%;/* box model hack for ie5.+*/
w\idth:100%;
}
* html #outer{
height:100%;
width:100%;/* box model hack for ie5.+*/
w\idth:100%
}
/*.middleBit{
max-width:800px;
background:#999;
margin-left:auto;/* center it*/
/*margin-right:auto;/* center it*/
/*}*/
#footer {
width:100%;
position:absolute;
bottom:0;
left:0;
/*height:50px;
background-color: #FF8080;
color: #000000;*/
}
#clearfooter{clear:both;height:120px;width:100%}
div>p {margin:0}
