/* CSS Document */

/*----------------------------------------------------------
version: 1.1
author: JKAT Designs, Julie Chase
email: info@jkat-designs.com 
website: http://www.jkat-designs.com 
-------------------------------------------------------------*/

* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
background-image:url(../images/bg.jpg);
background-repeat: repeat-x;
background-color:#000000;
margin: auto 0;
text-align: center;
}
a {
color: #32b80b;
}
#container {
width: 900px;
background-color: #232323;
margin-top: 0;
text-align: left;
}
#footer {
float: left;
width: 900px;
text-align: center;
font-size: 9px;
margin-top: 25px;
padding-bottom: 25px;
}
#footer a {
color: #ffffff;
}
#footer a:hover {
text-decoration: underline;
}
br.clear {
clear: both;
}
#container {
margin: 0 auto;
text-align: center;
}
