BODY {
 margin: 0;
 padding: 0;
 border: 0;
 
 text-align: center;
 
 font-family: Calibri, Arial, sans-serif;
 font-size: 17px;
 color: #000000;
 background: #FFFFFF;
 
 position: relative;
 z-index: 0;
}

DIV {
 margin: 0;
 border: 0;
 padding: 0;
 
 text-align: center;
 vertical-align: top;
 
 position: relative;
 float: left;
 
 background: #FFFFFF;
}

A {
 text-decoration: none;
 color: #000000;
}

A IMG {
 border: 0;
}

DIV#wrapper {
 margin-left: auto;
 margin-right: auto;
 width: 900px;
 float: none;
}

DIV#top {
 width: 900px;
 clear: both;
}

DIV#left {
 width: 450px;
 float: left;
}

DIV#main {
 width: 450px;
 
 float: left;
}

DIV#footer {
 width: 900px;
 
 margin-top: 5px;
 
 clear: both;
 
 font-size: 10px;
 color: #C8C8C8;
}

DIV#footer A {
 color: #C8C8C8;
}