* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 14px;
	color: #000;
	background-color: #96CCEE;
	
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}

a {
	color: #03324D;
	text-decoration: underline;
}

	a:hover {
		color: #F16B2A;
		text-decoration: none;
	}

#pagebody {
	margin: 35px auto;
	padding: 20px;
	width: 956px;
	background-color: #FFF;
}

#header {
	height: 200px;
	text-indent: -10000px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#navigation {
	float: right;
	margin-top: -200px;
	padding: 5px;
}

	#navigation ul {
		list-style: none;
	}
	
		#navigation ul li {
			float: left;
			margin-left: 23px;
		}
		
			#navigation ul li a {
				display: block;
				height: 28px;
				background-image: url('../images/navigation.png');
				background-repeat: no-repeat;
				text-indent: -10000px;
			}
			
			#navigation ul li #programme {
				width: 126px;
				background-position: 0 0;
			}
			
				#navigation ul li #programme:hover {
					background-position: 0 -28px;
				}
			
			#navigation ul li #news {
				width: 56px;
				background-position: -126px 0;
			}
			
				#navigation ul li #news:hover {
					background-position: -126px -28px;
				}
			
			#navigation ul li #info {
				width: 44px;
				background-position: -182px 0;
			}
			
				#navigation ul li #info:hover {
					background-position: -182px -28px;
				}
			
			#navigation ul li #survey {
				width: 77px;
				background-position: -226px 0;
			}
			
				#navigation ul li #survey:hover {
					background-position: -226px -28px;
				}

#content {
		
}

#footer {
	padding: 30px 0;
}

	#footer a {
		display: block;
		float: right;
	}
	
		#footer a span {
			display: block;
			float: right;
			margin-top: -30px;
			margin-left: 10px;
			width: 78px;
			height: 40px;
			background-image: url('../images/gigantic.png');
			background-repeat: no-repeat;
			background-position: 0 0;
			text-indent: -10000px;
		}
		
			#footer a:hover span {
				background-position: 0 -40px;
			}
