/* HOME PAGE */ html, body { height:100%; margin: 0; padding: 0; text-align:center; } #center_height { width:1px; height:50%; margin-bottom:-20em; /* half of container's height */ float:left; } #center_width { margin:0 auto; position:relative; /* puts container in front of distance */ text-align:left; width: 40em; height: 40em; clear:left; } #container{ font-family: helvetica, georgia; text-align: center; color: #555555; clear: left; border: 1px solid #888888; margin: 10px; width: 39em; height: 39em; } .home_container{ background-image: url("../../files/images/2.jpg"); background-repeat: no-repeat; background-position: center center; } #container h1{ font-size: 2.5em; padding: 5px 0 0 0; margin: 0; } #container h2{ font-size: 1.5em; padding: 0; margin: 0; } a, a:link, a:visited{ color: green; text-decoration: none; } a:hover { text-decoration: underline; } #bottom { position: absolute; bottom: 20px; width: 39em; _margin-left: -19.5em; }