main.css

* {
margin:0;
padding:0;
border:none;
z-index:0;
}

html, body {
height:100%;
}

body {
font-family:arial, sans-serif;
color:#000;
font-size:82%;
background:#FFFFFF;
text-align: center;
min-width: 450;
}

#header{
position:absolute;
top:0;
left:0;
width:100%;
height:347px;
line-height:10px;
background:#000;
color: #FFF;
font-weight:bold;
}

#clearheader {
height:0px;
}

#outer{
	min-height:100%;
	width: 728px;
	margin:0 auto;
	text-align: center;
	margin-bottom:-20px;
	background:#FFF;
}

#left,right{
position:relative;
width:120px;
text-align:right;
}

#left {
float:left;
z-index:100;
margin-left:-100px;
left:-1px;
}

#middle {
width:100%;
float:right;
position:relative;
z-index:1;
margin:0 -68px;
}


#clearfooter {
clear:both;
height:25px;
}

#footer {
width:100%;
clear:both;
height:340px;
line-height:15px;
color: #FFF;
text-align:center;
position:relative;
}
