@charset "utf-8";

.p1 {
	margin-top: 0px;
}
.p1 #container {
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/stag-print.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.p1 #container #topframe {
	height: 400px;
}
.p1 #container #footer {
	height: 300px;
}
.txt {
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	color: #9c9c9c;
}
.p1 #container #footer .txt2 {
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}


.p1 #baseline {
	height: 2px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9c9c9c;
}
