body {background-color:tan;} h1 {color:maroon;font-size:20pt; height: 100px; text-align: center; padding-bottom: 40px; padding-top: 20px; position: absolute; top: 120px;} hr {color:navy;} p {font-size:11pt;margin-left:15px; padding-top: 200px; } a:link {color:green;} a:visited {color:yellow;} a:hover {color:black;} a:active {color:blue;} /* This is the first button!!!*/ #Button { position: absolute; left: 0px; top: 10px; width: 500px; height: 123px; background: url("image.png") no-repeat 0 0; } #Button:hover { background: url("JHayden/banana.gif") no-repeat 0 0; } /* This is the second button!!! */ #Button2 { position: absolute; top: 10px; left: 400px; width: 600px; height: 123px; background: url("JHayden/banana.gif") no-repeat 0 0; } #Button2:hover { background: url( "image.png") no-repeat 0 0; } /* This is the third button!!!*/ #Button3 { position: absolute; top: 10px; left: 750px; width: 500px; height: 123px; background: url("image.png") no-repeat 0 0; } #Button3:hover { background: url("JHayden/banana.gif") no-repeat 0 0; } #header h1 { margin-right: auto; margin-left: auto; text-align: center; font-size: 2em; color: #FFFFFF; }