body {
 margin:0;
 padding:0;
 text-align: center; /* center things in pre-IE6 */
 background: #343733 url(images/layout_bg.jpg) repeat-x;
 font: 12px arial;
 color: #c1c1c1;
 line-height: 18px;
}

p {
 text-align: justify;
 padding-left: 8px;
 padding-right: 8px;
}

#outer {
 margin-top: 0px;
 width: 658px;
 background: #141414;
}

#hdr {
 width: auto;
}

#cont {
 width: auto;
 background: #141414;
}

#footer {
 width: auto;
 background: #141414;
}

.center {
 margin: 0 auto 0 auto;
}

.cnt{
 text-align: center;
 font-weight: bold;
 color: #d1d1b9;
}


a:link {
 color: #c0bca7;
}
a:visited {
 color: #c0bca7; 
}
a:hover {
 color: #838484; 
}
a:active {
 color: #838484; 
}