@charset "UTF-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
background: #3a3a3a url(../images/site_bkg.jpg) repeat-x 0 0;
text-align: center;
}

#wrap {
margin: 0 auto;
text-align: center;
}

#site {
padding: 30px 0 45px;
background: transparent url(../images/reflection2.jpg) no-repeat center 520px;
}

#copyright {
position: relative;
bottom: 30px;
margin: 0 auto;
font: 10px normal Arial, Helvetica, sans-serif;
color: #ccc;
}