body,
html {
    margin:0;
    padding:0;
    background:#000;
    color:#000;
    }
body {
    min-width:900px;
    }
#wrap {
    background:#000;
    margin:0 auto;
    width:900px;
    }
#header {
    background:#000;
    text-align:center;
    }
#nav {
    background:#000;
    }
#main {
    background:#000;
    float:left;
    width:600px;
    text-align:center;
    }
#sidebar {
    background:#000;
    float:left;
    width:200px;
    }
#footer {
    background:#000;
    clear:both;
    text-align:center;
    }
#right {
 float:right;
 width:100px;
 background:#000;
 text-align: center;
 }

