/* CSS Document */ body { padding: 10x; font-family: Trebuchet MS, Arial, Helvetica, Sans Serif; } #pageHeader { background: url(../images/banner.jpg); width: 600px; height: 150px; } #timed { position: absolute; top: 127px; left: 515px; padding: 3px 3px 0 0; } #dated { position: absolute; top: 130px; left: 430px; width: auto; padding: 0 3px 0 3px; border: 1px solid black; background-color: #FFFFFF; } h1 { width: 610px; text-align: center; } h5 { font-weight: bold; text-align: center; color: #FF0000; padding: 3px; margin: 0; } #box1 { position: absolute; left: 10px; top: 230px; width: 590px; border: 1px solid orange; padding: 3px; background-color: #66FF00; text-align: center; } #box2 { position: absolute; left: 10px; top: 520px; width: 595px; border: 2px solid green; background-color: #FF3366; text-align: center; } #box3 { position: absolute; background-image: url(../images/big-dog-nose.jpg); left: 25px; top: 25px; width: 185px; height: 241px; background-color: #FF3366; text-align: center; } #links ul { list-style-type: none; margin: 0; padding: 0; } #links ul li { padding: 0px; color: #555; } #links a:hover { background-color: #CBDAF8; color: #FF0000; font-weight: bold; } #links ul li a { text-decoration: none; } #footer { position: absolute; background-color: #4178E6; width: 600px; padding: 7px 0; font-size: 90%; font-weight: bold; text-align: center; top: 590px; left: 10px; } #footer a { color: #fff; }