#moon {
background-color: #000077;
background-image: url(images/moonback.gif);
background-position: 100% 0%;
background-repeat: no-repeat;
width: 150px;
height: 100px;
float: left;
}

#head {
background-color: #FFFFFF;
background-image: url(images/head.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;
width: 650px;
height: 100px;
float: right;
}

#gradient {
float: right;
background-image: url(images/gradient.jpg);
height: 10px;
width: 645px;
}