@charset "utf-8";
#container {
	position: relative;
	height: 550px;
	width: 779px;
	margin: 0 auto;
	text-align: left;
}
#text {
	position: absolute;
	width: 779px;
	height: 490px;
	left: 0px;
}
#signup {
	position: absolute;
	height: 129px;
	width: 150px;
	left: 580px;
	top: 40px;
}

.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
}


* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #C8B29B;
}
