.page {

	background: url(images/page-bg.jpg);
}


.header {
	position:absolute;
	top: 2%;
	left: 15%;
	right: 15%;
	width: 70%;
	font-family: Tahoma, "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 14pt;
	color: #000000;
	letter-spacing: 2px;
	text-align:center;
	border: #FFFFFF 1px groove;
}

.text {
	position:absolute;
	top: 25%;
	left: 15%;
	right: 15%;
	width: 70%;
	border: #FFFFFF 1px groove;
	font-family: Tahoma, "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 12pt;
	color: #000000;
	letter-spacing: 2px;
	text-align:center;
}

.form {

	font-family: Tahoma, "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 9pt;
	color: #00FF00;
	border:#FFFFFF 1px dashed;
	width: 60%;
	text-align:left;
}

.marquee {
	position:absolute;
	top: 96%;
	left: 0px;
	right: 0px;
	width: 100%;
	font-family: Tahoma, "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 10pt;
	color: #FFFFFF;
/*	border:#FFFFFF 1px dashed; */
	text-align:centre;
}
