body{
background-image:url('images/bg.png');
font-family:arial, helvetica;
}
#wrap {
width:1000px;
margin:0 auto;
background:#FFFFFF;
}
#header {
background-image:url('images/abt.png');
background-repeat:no-repeat;
height: 226px;
}
#nav {
background:#2b3491;
height:25px;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
#main {
background-color:#FFFFFF;
float:left;
width:700px;

padding:10px;
}
#sidebar {
background-color:#FFFFFF;
float:right;
width:260px;
height:100%;
padding: 10px;

}
#footer {
background:#cc9;
}

#footer {
clear:both;
background:#ffffff;
text-align:center;
}


