@CHARSET "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
#mainBody {
	margin-top: 100px;
	height: 298px;
	text-align: center;
	background-image: url(../images/w3f_wallpaper.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#headLogoImage {
	margin-top: 80px;
	margin-bottom: 125px;
}
.growl-messages {
	font-family: "Trebuchet MS",  Tahoma, Verdana, Sans;
}
.growl-messages .notice {
	background: #000;
	border: 1px solid black;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px;
}
.growl-messages .notice .titlebar {
	border-bottom: 1px solid black;
	font-size: 9pt;
	background: #202020;
	color: white;
	padding: 3px;
}
.growl-messages .notice .titlebar .icon {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}
.growl-messages .notice .titlebar .title {
	font-weight: bold;
}
.growl-messages .notice .message {
	font-size: 9pt;
	padding: 6px;
	padding-bottom: 10px;
	color: white;
}