@charset "utf-8";
/* CSS Document */


#container {
	height: 1000px;
	width: 720px;
	position: relative;
	z-index: auto;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin:50px;

}

#button1 {
	float: right;
	margin: 10px 70px 0px 50px;
}
#button2 {
	float: right;
	margin: 10px 120px 0px 100px;
}
#heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #399;
	text-decoration: underline;
	text-align: center;
	width: 350px;
	float: none;
	right: 40px;
	z-index: auto;
	position: absolute;
	top: 147px;
}
#footer {
	float:left;
	width: 719px;
	text-align: center;
}

#headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #399;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-indent: 45px;
	text-decoration: underline;
}
