/*===============================================
=================================================
		GENERAL STYLING
=================================================
===============================================*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	font-family: Brisk, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #9d9d9d;
}

#wrapper {
text-align: center;
}

	#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -255px;
	width: 510px;
	height: 260px;
	text-align: left;
	}

		#logo {
		width: 510px;
		height: 160px;
		background: url(konflozius.gif) no-repeat center center;
		}
		
		#contact-link {
		width: 100%;
		height: 35px;
		}
			
			#contact-link a {
			display: block;
			margin-top: 10px;
			margin-left: 60px;
			width: 347px;
			height: 14px;
			background: url(contact.gif) no-repeat 0px 0px;
			}
			#contact-link a:hover { background-position: 0px -19px; }

		#continue-link {
		width: 100%;
		height: 65px;
		}

			#continue-link a {
			display: block;
			margin-top: 20px;
			width: 327px;
			height: 20px;
			background: url(continue.gif) no-repeat 0px 0px;
			}
			#continue-link a:hover { background-position: 0px -25px; }

