@import url('default.css');
body {
	background:#FFF repeat-x;
}

#content {
    background:none;
    border:0px;
    padding:0px;
    margin:0px;
    width:100%;
    text-align:center;
    min-height:0;
    padding-top:20px;
    padding-bottom:20px;
}
#header {
    padding:0px;
    margin:0px;
    text-align:center;
    width:100%;
}
#wrapper {
    background:none;
    position:relative;
    margin:auto;
    background:#f0efef;
    width:600px;
    padding:20px;
    margin-top:70px;
    border:1px solid #CCC;
}
#footer {
    border:0px;
    font-size:11px;
    font-weight:bold;
    margin:0px;
}
