@font-face {
	font-family: 'MyriadProBlackBold';
	src: url('myriadpb-webfont.eot');
	src: local('?'), url('myriadpb-webfont.woff') format('woff'), url('myriadpb-webfont.ttf') format('truetype'), url('myriadpb-webfont.svg#webfontzCBCuo1c') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	height: 100%;
}

body{ 	
	font-family: 'MyriadProBlackBold', arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #ffffff;
	height: 100%;
}

.divider{ clear: both; font-size: 0px; height: 0px; }
form{ margin: 0px; padding: 0px; }
p{ margin: 0px 0px 1em 0px; padding: 0px; }

#site{
	position: absolute;
	left: 50%;
	margin-left: -492px;
	top: 32px;
	width: 984px;
	height: 600px;
}

#container	{
	position: absolute;
	left: 418px;
	top: 97px;
	width: 500px;
	height: 337px;
	overflow: hidden;
	z-index: 50;
	background: url('../img/empty.gif');
}

	#title{
		position: absolute;
		left: 438px;
		top: 76px;
		font-size: 16px;
		line-height: 22px;
		color: #EC048C;
		text-transform: uppercase;
		display: none;
		z-index: 50;
	}

	#content{
		background: url('../img/empty.gif');
	}

	.content a{
		color: #8DC63F;
		text-decoration: none;
	}
	
	.content a:hover{
		color: #cccccc;
	}
	
	.content{
		font-size: 16px;
		line-height: 150%;
		color: #000000;
		text-transform: uppercase;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		font-family: 'MyriadProBlackBold', sans-serif;
	}
	
		.content .photo{
			float: left;
			margin: 0px 4px 4px 0px;
		}
		
		.content .video{
			margin-bottom: 1em;
		}
	
		.content .sponsor{
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
		}
	
		.content a img{
			border: 0px;
		}
	
	.content .media{
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
		
	#scrollcontrols{
		position: absolute;
		left: 410px;
		z-index: 50;
	}
	
		#up{
			position: absolute;
			top: 76px;
			cursor: pointer;
			z-index: 50;
			visibility: hidden;
		}
		
		#scrollbar{
			position: absolute;
			top: -1000px;
		}
		
		#scrollhandle{
			position: absolute;
			top: -1000px;
		}
		
		#down{
			position: absolute;
			top: 433px;
			cursor: pointer;
			z-index: 50;
			visibility: hidden;
		}
	
#subcontainer {
	position: absolute;
	z-index: 50;
	top: 98px;
	left: 239px;
	width: 150px;
	overflow: hidden;
	height: 330px;
}

	#subcontent{
		background: url('../img/empty.gif');
	}

	.subcontent h2{
		font-size: inherit;
		color: #EC048C;
		margin: 0px;
		padding: 0px;
	}
	
	.subcontent h3{
		font-size: inherit;
		color: #8DC63F;
		margin: 0px;
		padding: 0px;
	}

	.subcontent ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.subcontent a{
		color: #cccccc;
		font-size: 16px;
		text-decoration: none;
		line-height: 120%;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
	}
	
	.subcontent a:hover{
		color: #000000;
	}
	
	.subcontent a.active{
		color: #8DC63F;
	}
		
	#subscrollcontrols{
		position: absolute;
		left: 232px;
		z-index: 50;
	}
	
		#subup{
			position: absolute;
			top: 76px;
			cursor: pointer;
			z-index: 50;
			visibility: hidden;
		}
		
		#subscrollbar{
			position: absolute;
			top: -1000px;
		}
		
		#subscrollhandle{
			position: absolute;
			top: -1000px;
		}
		
		#subdown{
			position: absolute;
			top: 433px;
			cursor: pointer;
			z-index: 50;
			visibility: hidden;
		}

#mediaspace	{
	position: absolute;
	left: 322px;
	top: 76px;
	width: 598px;
	height: 360px;
	overflow: hidden;
	z-index: 50;
}

#shout	{
	position: absolute;
	left: 238px;
	top: 80px;
	overflow: hidden;
	z-index: 9;
}

#mailing {
	position: absolute;
	left: 434px;
	top: 300px;
	width: 423px;
	z-index: 100;
	display: none;
}

	#subscribe {
		position: absolute;
		left: 14px;
		top: 69px;
		z-index: 101;
	}

	#subscribe input{
		font-family: 'MyriadProBlackBold', sans-serif;
		font-size: 16px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: uppercase;
	}

#menu {
	position: absolute;
	top: 77px;
	left:75px;
	width: 150px;
	z-index: 50;
}

	.menu ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.menu a{
		color: #000000;
		font-size: 16px;
		text-decoration: none;
		line-height: 20px;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
	}
	
	.menu a:hover{
		color: #cccccc;
	}
	
	.menu a.active{
		color: #EC048C;
	}

	.menu ul ul{
		list-style: none;
		margin: 0px 0px 0px 1em;
		padding: 0px;
	}
	
	.menu ul ul a{
		color: #000000;
		font-size: 16px;
		text-decoration: none;
		line-height: 18px;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
	}

#submenu {
	position: absolute;
	z-index: 50;
	top: 97px;
	left: 239px;
	width: 150px;
}

	.submenu ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.submenu a{
		color: #000000;
		font-size: 16px;
		text-decoration: none;
		line-height: 20px;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
	}
	
	.submenu a:hover{
		color: #cccccc;
	}
	
	.submenu a.active{
		color: #8DC63F;
	}

#bord{
	position: absolute;
	left: 0px;
	top: 0px;
}
#aifw{
	position: absolute;
	left: 360px;
	top: 30px;
	z-index: 10;
}
#balloon{
	position: absolute;
	left: 136px;
	top: 4px;
	z-index: 11;
}
#locatie{
	position: absolute;
	left: 239px;
	top: 334px;
	z-index: 12;
}
#datum{
	position: absolute;
	left: -10px;
	top: 370px;
	z-index: 12;
}
#payoff{
	position: absolute;
	left: 230px;
	top: 510px;
	z-index: 20;
}
#logo{
	position: absolute;
	left: -5px;
	top: 370px;
	z-index: 10;
}

#tickets{
	position: absolute;
	left: 400px;
	top: 450px;
	z-index: 11;
}

#share{
	position: absolute;
	left: 680px;
	top: 475px;
	width: 300px;
	z-index: 100;
}

	#share a{
		color: #EC008C;
		text-decoration: none;
		font-size: 16px;
		
	}
	
	#share .button{
		float: left;
	}
	
	#share .social{
		margin-top: 0px;
	}
