#index #content {
position: relative;
padding: 5px 0;
}
#indexFlash {
position: relative;
width: 930px;
height: 220px;
margin: 0 auto 10px;
background: #333 url(../media/images/index/indexflash_tile_bg.jpg) repeat-x;
}
#indexFlashLeftCap, #indexFlashRightCap {
position: absolute;
width: 24px;
height: 220px;
top: 0;
}
#indexFlashLeftCap {
left: 0;
background: url(../media/images/index/indexflash_leftcap.jpg) no-repeat;
}
#indexFlashRightCap {
right: 0;
background: url(../media/images/index/indexflash_rightcap.jpg) no-repeat;
}
#indexFlashDisplay {
position: relative;
top: 10px;
width: 880px;
height: 190px;
background: #000;
margin: 0 auto 0;
}
.indexIntro {
width: 900px;
font-size: 14px;
color: #FEDE17;
margin: 0 auto 0;
text-align: justify;
}
#execsummary, #evidence {
position: absolute;
top: 250px;
}
#execsummary {
left: 20px;
}
#evidence {
right: 20px;
}
.pleasedToAnnounce {
margin: 0 auto 10px;
font-size: 12px;
font-weight: bolder;
}
.pleasedToAnnounce a:link, .pleasedToAnnounce a:visited {
color: #FF9;
}
.pleasedToAnnounce a:hover, .pleasedToAnnounce a:active {
color: #fff;
}