/* CSS Document */
#topmessage {
	background-color: #9999CC;
	width: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	text-align: right;
	background-image: url(../images/base2.jpg);
	background-repeat: no-repeat;
	font-size: 250%;
	color: #FFFFFF;
	height: 100px;
	background-position: right;
}

