* { margin: 0; padding: 0; }
html {height: 100%;}
* html body {height: 100%;}
body { min-height: 100%; position: relative; background:url(img/background.jpg) repeat top left; }

#page { width:100%; padding-bottom: 85px; background:url(img/logo.gif) no-repeat top left; min-height:400px; }
#footer { position: absolute; width:660px; left:50%; margin-left:-330px; bottom: 0; height: 75px; background:url(img/footer.png) top left no-repeat; padding-top:10px; }


p { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#333333; margin: 0px 35px 15px 30px; }
a { color:#2276bb; text-decoration:none; }
a:hover { color:#2276bb; text-decoration:underline; }

#content-top { margin:auto; width:660px; height:20px; padding-top:20px; position:relative; }
#content-top img { width:660px; height:20px; }

#content { margin:auto; width:660px; background:url(img/page-bg.png) repeat-y top left; padding-top:5px; padding-bottom:10px; position:relative; }

#content-bottom { margin:auto; width:660px; height:20px; padding-bottom:40px; position:relative; }
#content-bottom img { width:660px; height:20px; }


