@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	background-color: #960;
	overflow: hidden;
}

#intro{
	width: 950px;
	height: 700px;
	position: relative;
	margin: 0 auto 0;
	background-image: url(../background/intro_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#enter{
	position: relative;
	top: 392px;
	left: 609px;
}

#enter a img{
	outline: none;
	border: none;
}

#tekst{
	display: none;
	position: relative;
	float: left;
	width: 0;
	height: 0;
}
