/* CSS Document */

#logo {
	position: absolute;
	left: 25%;
	top: 90px;
	bottom: 5%;
}
body {
	background-image: url(line.jpg);
}
#txt{
	color: #FFFFFF;
	top: 700px;
	position: absolute;
	z-index: 3;
	text-align: center;
	left: 15%;
	font-size: 9px;
}
a {
	color: #FFFFFF;
}

