/* CSS Document */

html, body {
width: 1000px;
background:#FF9900;
margin: 0 0;
}

#wrapper {
width: 920px;
margin: 0 auto;


}


#left {
width: 237px;
}

#images {
width: 444px;
}

#right {
width: 237px;
}


