body {
background-color:#c0c0c0; 
text-align: center;
}

hr {
border: 1;
color: #8f8f8f;
background-color: #8f8f8f;
height: 1px;
width: 90%;
margin: 10px 5% 10px 5%;
}

div {
background-color:#f0f0f0;
width: 750px;
overflow: auto;
text-align: left;
padding: 10px;
margin: 0 auto;
position: relative;
}

.imgbox {
background-color:#f0f0e0;
width: 928px;
overflow: auto;
border-style: outset;
border-width: 1px;
padding: 15px;
margin: 0 auto;
position: relative;
}

.floatleft { float:left; margin: 0 15px 0 0; }

.floatcenter { float:center; margin: 0 15px 0 15px; }

.floatright { float:right; margin: 0 5px 0 15px; }


