body {
 margin:0;
 padding:0;
 text-align: center; /* center things in pre-IE6 */
 background: #363838 url(images/layout_bg01.png) repeat-x;
 font: 11px tahoma, verdana;
 color: #c1c1c1;
 line-height: 20px;
}

p {
text-align: justify;
}

table {
text-align: justify;
}

b {
 color: #030201;
}

#outer {
 margin-top: 0px;
 width: 550px;
 background: #1c1d20;
}

#hdr {
 width: auto;
}

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

#footer {
 width: auto;
 background: #1c1d20;
}

.center {
 margin: 0 auto 0 auto;
}

.right{
 text-align: right;
 font-size: 9px;
 margin-right: 10px;
}

h1 {
 font: 11px impact, times new roman;
 color: #818181;
 text-align: left;
 text-transform: uppercase;
 letter-spacing: 5px;
 line-height: 10px;
 padding: 3px 1px 1px 15px;
 margin: 0;
}

a img { 
 border: 8px solid #ec008c;
}
a:hover img { 
 border-color:#050505;
}

a:link {
 color: #050401;
}
a:visited {
 color: #050401; 
}
a:hover {
 color: #131313; 
}
a:active {
 color: #131313; 
}