/* CSS Document */

*{
padding:0;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
}

html{
background-image:url(temp.gif);
background-position:top;
text-align:center;
background-color:#e4e4e4;
}

.floatleft{
float:left;
}

.floatright{
float:right;
width:200px;
}
.copyrighted{
font-size:9px;
color: #333333;
width:800px;
margin:0px auto;
}