body {
         background-image: url('images/background.png');
         background-color: #40251c;
	overflow:auto;
}
#header {
	position:absolute;
         left: 0px;
         top: 0px;
}
A:link , A:visited , A:active {
	cursor: help;
}
A:hover{
	cursor: help;
}