/* File:      /lib/css/homepage.css */
/* Generated: 12/14/19 by GenCSS. */
/* Subject:   Homepage CSS. */

/* Tweak generic page layout for full-page homepage. */
body       { min-width: 960px; min-height: 640px; width: 100%; height: 100% }
h1         { margin: 0 0 0.5em; padding: 10px 0 0 0; height: 28px; vertical-align: middle; white-space: nowrap }
html       { height: 100% }
img        { padding: 0 }
#footer    { position: relative; top: 100%; margin-top: -80px; width: 100% }
#footer_l  { margin-left: 20px }
#footer_r  { margin-right: 20px }
#header    { padding: 20px 0 0 0 }
#page      { position: relative; padding: 0; width: 100%; height: 100% }

/* Homepage-specific layout. */
#box       { position: absolute; top: 50%; left: 50%; margin: -250px 0 0 -330px; width: 660px; height: 520px; z-index: 1 }
#slidebox  { position: absolute; top: 50%; left: 50%; margin: -189px 0 0 -269px; width: 539px; height: 443px; z-index: 2 }

/* Homepage fonts and text handling. */
h1         { font: bold 25px sans-serif; text-align: center; letter-spacing: 0.25em }
#box	   { font: 13px Verdana, sans-serif; text-align: center }

/* Homepage colors. */
html,#page,#header,#footer { background-color: #000000 }
h1         { color: #666688; }
#box	   { color: #BBAAAA; background-color: #22232F }
#footer    { color: #888866 }

/* end of homepage.css */
