	
	/*******************************************/
	/*******************************************/
	/****		OPGEVEN IS GEEN OPTIE		****/
	/*******************************************/
	/*******************************************/
	
	body {
		background-color: #FFF;
		margin: 0px;
		padding: 0;
		color: #000000;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	img {
		border: none;
	}
	
	#logoContainer {
		display: none;
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	#menu {
		margin: 5px auto;
		width: 960px;
		border: 1px solid #CCC;
		padding: 10px;
		text-align: center;
		display: none;
		visibility: hidden;
	}
	
	#menu a {
		font-size: 11px;
		margin: 0px 7px 4px 7px;
		padding: 0px 5px 0px 5px;
		border-left: 12px solid #AAA;
	}
	
	#menu a:hover {
		font-weight: normal;
		margin-bottom: 0px;
		padding-bottom: 3px;
		border-bottom: 1px solid #AAA;
	}
	
	#main_container {
		position: absolute;
		left: 50%;
		top: 50%;
		
		width: 940px;
		height: 460px;
		
		margin-left: -490px;
		margin-top: -215px;
		padding: 10px;
		
		text-align: center;
		
		background-color: #aea44e;
		color: #FFF;
		font-weight: bold;
		font-size: 16px;
		
		border: 3px solid #660;
	}
	
	#columnLeft {
		position: absolute;
		width: 465px;
		left: 10px;
		top: 10px;
	}
	
	#columnRight {
		position: absolute;
		width: 455px;
		top: 10px;
		right: 10px;
		bottom: 10px;
		border-left: 1px solid #660;
		padding-left: 15px;
	}
	
	#columnRight img {
		border: 2px solid #000;
	}
	
	#columnRight .title {
		font-size: 14px;
		display: block;
		margin-bottom: 15px;
		text-align: left;
	}
	
	#main_footer {
		position: absolute;
		bottom: -25px;
		left: 0px;
		width: 960px;
		height: 15px;
		font-size: 10px;
		font-weight: normal;
	}
	
	#main_footer_left {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 350px;
		height: 15px;
		text-align: left;
		color: #666;
	}
	
	#main_footer_right {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 350px;
		height: 15px;
		text-align: right;
	}
	
	#main_image {
		width: 320px;
		height: 380px;
		
		padding: 5px;
		margin: 0px auto;
		
		font-weight: bold;
		font-size: 24px;
		color: #FFFFFF;
		text-align: center;
		
		background-color: #AEA44E;
	}
	
	#main_kotk {
		width: 436px;
		height: 100px;
		
		margin: 10px auto;
		
		text-align: center;
		font-size: 12px;
	}
	
	a:link, a:visited {
		color: #000000;
		text-decoration: none;
	}

	a:hover, a:active {
		text-decoration: none;
		color: #663;
		font-weight: bold;
	}
	
	#sponsor01, #sponsor02, #sponsor03, #sponsor04, #sponsor05, #sponsor06, #sponsor07, #sponsor08 {
		width: 294px;
		height: 94px;
		padding: 3px;
		border: 1px dashed #CCC;
		background-color: #FFF;
		font-size: 11px;
		color: #999;
		text-align: center;
	}
	
	#sponsor01, #sponsor02, #sponsor03, #sponsor04 {
		position: absolute;
		left: 10px;
		z-index: 1;
	}
	
	#sponsor05, #sponsor06, #sponsor07, #sponsor08 {
		position: absolute;
		right: 10px;
		z-index: 1;
	}
	
	#sponsor01, #sponsor05 {
		top: 10px;
	}
	
	#sponsor02, #sponsor06 {
		top: 120px;
	}
	
	#sponsor03, #sponsor07 {
		top: 230px;
	}
	
	#sponsor04, #sponsor08 {
		top: 340px;
	}
	
	.sponsorTextWrap {
		padding: 17px 10px 10px 10px;
	}
	
	.sponsorTextWrap p:first-child {
		font-weight: bold;
	}