* {
	margin: 0px;
	padding: 0px;
}

img, a {
	border: 0px;
}
a:active, a:focus {
	outline: 0;
}
body {
	background-color: #000000;
}

#intro {
	width: 500px;
	height: 208px;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;	
}

#intro a {
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 0px;
	width: 500px;
	height: 208px;
	display: block;
	background-image: url('../images/fake.gif');
}
#info {
	height: auto;
	color: #FFFFFF;
	text-align: center;
	font-family: verdana;
	
}


