@CHARSET "UTF-8"; html,body { height: 100%; } h1 { font-size: 32px; padding: 20px; } p { padding: 10px; } strong { font-weight: bold; } em { font-style: italic; } footer { font-size: 10px; } .logo { width: 300px; } .page-content { height: 600px; padding: 10px; } .clearFloats { clear: both; } .joblist { list-style-type: disc; list-style-position: inside; } .joblist li { list-style-type: circle; list-style-position: inside; margin-left: 15px; } .bubble-link:link, .bubble-link:visited { text-decoration: none; color: black; background-color: #DDDDDD; padding: 10px; border: 2px solid #DDDDDD; border-radius: 20px; line-height: 40px; } .bubble-link:hover { background-color: #FFFFFF; border: 2px solid black; } .post { border-left: 1px dotted #DDDDDD; padding: 5px; } .post h1 { font-size: 24px; font-weight: bold; padding: 0; } .post .tagline { font-size: 12px; font-style: italic; } #page { min-height: 100%; margin-bottom: -65px; } #top-bar { height: 70px; width: 640px; padding: 5px; margin-left: auto; margin-right: auto; } #top-bar .logo { float: left; } #top-bar nav { padding-left: 50px; padding-top: 20px; float: left; } #top-bar nav ul li { display: inline; margin: 0; padding: 5px; } #content { margin-left: auto; margin-right: auto; } #home { /* background-color: #8888FF; */ } #games { /* background-color: #FF88FF; */ } #about_us { /* background-color: #FFFF88; */ } #jobs { /* background-color: #FF8888; */ } #bottom-bar { text-align: center; } #bottom-bar ul li { margin: 0; padding: 0; display: inline; } #bottom-bar .follow-us { width: 50px; }