html, body {
	background-color: #5276A0;
	margin: 0px;
	padding: 0px;
	height:100%;
}

.background {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	font-style: normal;
	font-weight: bold;
}
#header{
	display:block;
	width:760px;
	position:relative;

}
#flu-button {
	position:absolute;
	width: 120px;
	height: 100px;
	top: -2px;
	right: 10px;
	
}