/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(frontpage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

a {
	color: #F1E6B8;
}

#notification {
	position: relative;
    top: 28px;
	width: 1000px;
	margin: 0 auto;
    padding: 10px 30px;
	background-color: #000;
	opacity: 0.75;
	border: solid 1px #F1E6B8;
	color: #F1E6B8;
	box-shadow: -17px 26px 20px #000;
	-moz-box-shadow: -17px 26px 20px #000;
	border-radius: 8px;
	-moz-border-radius: 8px; 
}
