#container {
width: 1000px;
margin: auto;
}
#flashcontent {
width: 960px;
text-align: center;
}

#banner1 {
position:relative;
margin:auto;
width:1000px;
}

#banner2 {
position:absolute;
top:-82px;
}

*:first-child+html #banner2 {
top:-93px;
}

*html #banner2 {
top:-93px;
}

