@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
}

.topfade {
position:       absolute;
width:          1050px;
height:			27px;
top:          	50px;
left:           100px;
}

.leftfade {
position:       absolute;
width:          25px;
height:			600px;
top:          	77px;
left:           100px;
}

.rightfade {
position:       absolute;
width:          25px;
height:			600px;
top:          	77px;
left:           1127px;
}

.bottomfade {
position:       absolute;
width:          1050px;
height:			27px;
top:          	677px;
left:           100px;
}

.flashContent {
position:       absolute;
width:          1000px;
height:			600px;
top:          	77px;
left:           127px;
}

.style1 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
position:       absolute;
width:          200px;
height:			15px;
top:          	690px;
left:           950px;
}



