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

body {background: #000; background-image:url(bg.jpg); background-repeat:repeat;}

#container {background-color:#000; border-left: 2px solid #333; border-right: 2px solid #333; overflow:hidden;}

#header {padding-bottom: 20px; }

p {color: #fff; }

#primary p, #footer p { padding: 10px; }

#footer {border-top: 1px solid #333;}


