body, html {
	
	width: 100%;
	height: 99%;
	margin: 0;
	padding: 0;
	background-image:url(../img/bg.jpg);
		font-size: 12px;
}

	.content {
		
		background-image: url(../img/content_bg.png);
		background-repeat: no-repeat;
		width: 774px;
		height: 620px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		
	}
	
	.content_info {
		
		width: 634px;
		padding: 50px;
		height: 275px;
	
	}
	
	.content_info .home {
		
		background-image:url(../img/home_image.png);
		width: 600px;
		height: 333px;
		
	}
	
	.content_info h1 {
		
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #ffbc01;
		margin-left: 35px;
		
	}
	
	.content_info h1 a {
		
		color: #ffbc01;
		text-decoration: none;
		
	}
	
	.content_info p {
		
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		color: #ffbc01;
		width: 600px;
		height: 333px;	
		margin-left: 35px;
		
	}
	
	.content_info p.route {

		font-size: 12px;
		width: 280px;
		height: 233px;	
		float: left;
		display: block;
		
	}	
	
	.content_info p a {

		text-decoration: underline;
		font-weight: bold;
		color: #ffbc01;
		
	}		

	.content ul#nav {
		
		margin: 0;
		margin-left: 60px;
		margin-top: 20px;
		padding: 0;
		list-style: none;
		float: left;
		z-index: 9999;
		
	}
	
		.content ul#nav li {
			
			float: left;
			margin: 0;
			padding: 0;
			
		}
		
		.content ul#nav li a {
			
			height: 45px;
			float: left;
			display: block;
			text-indent: -9999px;

		}
	
		.content ul#nav li a#programme {
			
			background-image: url(../img/nav_programme.png);
			background-repeat: no-repeat;
			width: 95px;
			
		}
		
		.content ul#nav li a#tickets {
			
			background-image: url(../img/nav_tickets.png);
			background-repeat: no-repeat;
			width: 123px;

		}

		.content ul#nav li a#fotos {
			
			background-image: url(../img/nav_fotos.png);
			background-repeat: no-repeat;
			width: 123px;
			
		}
		  		
		.content ul#nav li a#info {
			
			background-image: url(../img/nav_info.png);
			background-repeat: no-repeat;
			width: 80px;

		}
				
		.content ul#nav li a#route {
			
			background-image: url(../img/nav_route.png);
			background-repeat: no-repeat;

			
		}
		
		.content ul#nav li a#games {
			
			background-image: url(../img/nav_games.png);
			background-repeat: no-repeat;
			width: 103px;

		}
								
	
	a#flyer {
		
		background-image: url(../img/flyer.png);
		height: 219px;
		width: 188px;
		float: right;
		margin-top: 40px;
		
	}
	
	a#movie {
		
		background-image: url(../img/movie.png);
		height: 219px;
		width: 188px;
		float: right;
		margin-top: -20px;
		margin-right: -50px;
		
	}     	
	a#copy {
		
		text-decoration: none;
		margin-left: 50px;
		float: left;
		margin-top: 80px;
		color: #000;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		
	}	
