* {
	border : 0;
	padding : 0;
	margin : 0;
}
a {
	text-decoration : none;
	color : #EDEDED;
}
html, body {
	height : 100%;
	background-color : #323232;
}
body {
	font-family : arial, tahoma;
}

	#blaaStarBG {
		height : 50%;
		min-width : 870px;
		background-color : #3F83CA;
		min-height : 532px;
		background-image : url('img/sky.png');
		background-position : top left;
		background-repeat : repeat-x;
		border-bottom : 1px solid #9B9B9B;
	}
		#vannBG {
			height : 100%;
			background-color : transparent;
			background-image : url('img/water.png');
			background-position : bottom left;
			background-repeat : repeat-x;
			min-height : 532px;
			
		}
		#content {
			height : 100%;
			width : 870px;
			min-height : 532px;
			margin : 0 auto;
			background-color : transparent;
			background-image : url('img/ribs.png');
			background-position : bottom left;
			background-repeat : repeat-x;
			
			text-align : center;
		}
		
			#content>img.logo {
				padding-top : 85px;
			}
				#content>#valg {
					width : 444px;
					margin : 0 auto;
					margin-top : 15px;
				}
				#content>#valg>a.event {
					margin-top : 60px;
					margin-right : 40px;
					width : 202px;
					height : 56px;
					
					text-align : center;
					padding-top : 7px;
					font-size : 40px;
					
					display : inline;
					float : left;
					
					background-image: url('img/sValg.png');
				}
					#content>#valg>a.event:hover {
						background-image: url('img/sValgH.png');
					}
				#content>#valg>a.salg {
					margin-top : 60px;
					width : 202px;
					height : 56px;
					
					text-align : center;
					padding-top : 7px;
					font-size : 40px;
					
					display : inline;
					float : left;
					
					background-image: url('img/sValg.png');
				}
					#content>#valg>a.salg:hover {
						background-image: url('img/sValgH.png');
					}
				
		#info {
			width : 870px;
			margin : 0 auto;
			margin-top : 20px;
			text-align : center;
		}
			#info>p {
				color : #6D6D6D;
				font-size : 12px;
			}
				#info>p>a {
					color : #6D6D6D;
				}
						#info>p>a:hover {
							color : #8D8D8D;
						}
			#info>p.footer {
				margin-top : 20px;
			}
