@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F1F1F1;
	margin: 0px;
	padding: 20px;
}
#main {
	margin: 0 auto;
	height: 590px;
	width: 750px;
}

/* --- images --- */
#logo{
	/*
	background-image: url(../images/emerson_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;	
	*/
	position:absolute;
	border: 0;
}
#ar08 {
	background-image: url(../images/ar08.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 56px;
}#heading {
	height: 56px;
	position: relative;
}
#flash {
	height: 500px;
	width: 750px;
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
#flash p{
	margin-left: 20px;
}
.flash {
	margin-top:30px;
	border: 1px solid #E8E8E8;
	height: 500px;
	width: 750px;
	background:#ffffff;
}
