html, body {
 margin:0;
 padding:0;
 height:100%;
 font-family:sans-serif;
 font-size:100%;
}

img {
 border:0;
}

#container {
 background:#FFFFCC;
 min-height:100%;
 position:relative;
 height:100%;
}

#header {
 background:#CCCC99;
 border-bottom:2px solid #000000;
 padding:10px;
}

#header span {
 float:right;
 padding:10px;
}

#header a {
 color:#000000;
 text-decoration:none;
}

#body {
 background:#FFFFCC;
 padding:10px;
 padding-bottom:40px;
 text-align:center;
}

#footer {
 position:absolute;
 bottom:0;
 width:100%;
 height:40px;
 background:#CCCCFF;
 border-top:1px solid #000000;
 padding-top:10px;
}

#span_right {
 float:right;
 padding-right:10px;
}

#span_left {
 float:left;
 padding-left:10px;
}
