/* CSS */

/* RESET */

* { margin: 0; padding: 0; }

body {font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;  }

a { text-decoration:underline; color:#fff;}
a:hover { text-decoration:underline; color:#553d31;}

#page {  background:url(images/background.jpg) #fff no-repeat center top; width: 970px; margin: 0 auto; overflow: visible; min-height:500px; padding-bottom: 10px; }
#page_text {padding: 500px 0 30px 40px; min-height: 50px; width: 450px; color: #553d31; font-size: 15px; line-height: 1.6em;}
#page_text a { color: #553d31; }
#page_text a:hover { color: #912145; }

#ft {background:url(images/footer.gif) no-repeat; min-height:41px; width: 721px; margin: 0 auto; overflow: visible; }
#ft_text { padding:13px 45px; font-size:14px; color:#FFF }









