@charset "UTF-8"; /*----------------------------------------------------------------------------- File name : LAYOUT-ONE.css Description : Style for onecolumn page layout Version : 1.0 Author : James Date : -----------------------------------------------------------------------------*/ /* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */ html, body { height: 100%; /* needed for wrapper min-height */ } body { background: #BEBFC0 url(../IMAGES/EMPVIEW/BG.gif); text-align: center; } /* =Page Wrapper -------------------------------------------------*/ #wrapper { width: 960px; margin: 0 auto; text-align: left; position: relative; min-height: 100%; height: auto !important; height: 100%; border-right: 1px solid #000; border-left: 1px solid #000; background: #FFF; } /* =Main Content -----------------------------------------------------------------------------*/ #content { margin: 0; padding: 10px 10px 35px 10px; background: #FFFFFF; height: auto; } form { height: 100%; }