@charset "utf-8";
/* CSS Document */

body {padding: 0; margin: 0; text-align:left;  background:url(img/bg.jpg) repeat:repeat-y;}
body,html{height: 100%;text-align:left;}
#outer {height: 100%; overflow: hidden; position: relative;width:995px;text-align:left;}
#outer[id] {display: table; position: static;text-align:left;}
#middle {position: absolute; top: 50%;text-align:left;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; text-align:left;}
#inner {position: relative; top: -50%;width: 995px;margin: 0 auto;text-align:left;} /* for explorer only */

/* div.greenBorder {border: 1px solid green; background-color: ivory;} */
