@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #95A9CA;
	background-image: url(../Graphics/bg.jpg);
}
#txt  {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	display: block;
	width: 90%;
	bottom: 30px;
	position: absolute;
	right: 50px;
	font-size: 12px;
}

#main {
	height: 100%;
	width: 500px;
	margin: auto;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	top: 13em;
}

