
#intro {
	width: 100%;
	height: 100%;
	background: #000 url(images/bg_intro.jpg) left top repeat;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}
#intro img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -80px;
}
