@charset "utf-8";
/* CSS Document */


#introduction  {
	position: relative;
	height: auto;
	width: 915px;
	background-color: #FFF;
	padding: 15px;
}
#Messages {
	position:absolute;
	width:935px;
	height:49px;
	z-index:1;
	top: 138px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	padding-left: 10px;
}

