/* CSS Document */body{ /* The page background, font, font size and color. */background:#E5E1CF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#111111;/* These are the values around the HTML code, so setting it on 0px will leaves us with no padding around the design, rendering the page at the absolute top. */margin:0px;padding:0px;}/* Our wrapper, which contains our 1px stretching background image (main_bg.jpg). */#wrapper{/*background:url("images/frontpage.gif");align:center;*/width:980px;/* The following values will place this div in the middle, and since we put every div inside the wrapper it will render the whole page in the middle of the page.*/margin:0px auto;padding:0px;}#content{/*background:url("images/frontpage.gif");*/background-position:center;background-repeat:no-repeat;vertical-align: top;/*align:center;*/width:980px;/* The following values will place this div in the middle, and since we put every div inside the wrapper it will render the whole page in the middle of the page.*/margin:0px auto;padding:0px;}
