@charset "utf-8";
/* CSS Document */

* {

margin: 0; 

padding: 0;

}

body {
background: #888888;
margin-top: 20px;
}



#allcontent{

width: 800px;

position: relative;
left: 50%;

margin-left: -380px;

}

a {
font-family:  Bookman Old Style, Adobe Garamon Pro, Georgia, Arial, sans-serif;
font-size: 13px;
color:#000000;
text-decoration: none;

}

#image{
border: none;
float: left;
width: 663px;
}
img {
border: none;
}
img .spacer{
float: right;
}
#bottom{
clear: both;
}
