/* CSS Document */

body{
background:#000000;
color:#EEEEEE;
font-family:"Times";

}
p{color:#EEEEEE;  font-family:Times;}
h1{
font-family:Times;
color:#EEEEEE;
padding: 2px;
}
a:link {
color:#EEEEEE;
text-decoration:none; 
}
a:visited {
color:#EEEEEE;
text-decoration:none; 

}
a:hover {
color:#BBBBBB;
}
a:active {
color:#EEEEEE;
} 
a img {border: none; }
a h1{
text-decoration:none;}
#main{
width: 100%;
position: relative;
margin-bottom:200px;
background: #000000;
}
#sort{
width:520px;
background:#000000;
margin:auto;
text-align:center;
}
#sort object{
float:left;
padding: 10px;
}
#sort h1{
font:Times;
color:#EEEEEE;
padding: 2px;
}
#sort p{
font-family:Times;
color:#EEEEEE;
font-weight:100;
font-size:14px;
text-align:justify;
}
.thumbnail
{
float: left;
margin:auto;
text-align:center;
border:0px;
}
.thumbnail a{
color:#000;
border:0px;
}
#nav{
width: 100%;
hight: 200px;
background-color:#000000;
position:fixed;
bottom: 0px;
margin-left:auto;
margin-right:auto;
color:#EEEEEE;
}
.space{
height:120px;
width: 100%;
float: left;
background:#000000;
}
#spacer{
clear:both;
}
<!-- IE in quirks mode -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<title>Fixed footer</title>
<style type="text/css">
 body{
  margin:0;
  padding:0 0 <length> 0;
 }
 div#footer{
 background-color:#000000;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:<length>;
  color: #EEEEEE;
 }

 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
  color:#EEEEEE;
 }
 div#content h2{
 color:#EEEEEE;
 font-size:14px;
 font-family:Times;
 }
div#content p{
color:#EEEEEE;
}
 .logo{
 position:absolute;
 top: 0px;
 left: 5px;
 color: #EEEEEE;
 font-family:Times;
 padding-left:5px;
 }
 . logo h1 {
 font:Times;
 }
 #save{
 position:absolute;
 top: 15px;
 right: 15px;
 color: #EEEEEE;
 font-family:Times;
 }
 #image_large{
 width:450px;
 }
 #image_large p{
 text-align: left;
 clear:both;
 }
 #saved{
 width:240px;
 height:;
 margin-left:60px;
 margin-top:px;
 float: left;
 text-align:justify;
 }
 #saved h2{
 color:#EEEEEE;
 }
 #saved ul li{
 list-style:none;
 padding: 5px;
 }
 #thumbnail2
{
float: left;
text-align:center;
border:0px #FFF solid;
height:120px;
width:120px;
}
#thumbnail2 a{
text-decoration:none;
border:0px;
}