* {
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:#CCC;
}

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

#clearheader {
height:100px;
}

#outer{
min-height:100%;
margin-left:200px;
margin-right:200px;
margin-bottom:-100px;
background:#FFF;
}

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

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

#right {
float:right;
margin-right:-199px;
right:-1px;
}

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

p {
padding:15px 15px 0 15px;
}

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

#footer {
width:100%;
clear:both;
height:100px;
line-height:100px;
background-color:#000;
color: #FFF;
font-weight:bold;
text-align:center;
position:relative;
}
