@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #d5d5d5;
	font-family: Century Gothic, Arial, Courier New, Sans-Serif;
	color: #7f7d78;
	font-size: 13px;
	line-height: 19px;
	border: 0px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #d5d5d5;
	width: 960px;
	height: auto;
	position: relative;
}
#text1 {
	font-family: Century Gothic, Arial, Courier New, Sans-Serif;
	color: #000000;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	border: 0px;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}
#text2 {
	font-family: Century Gothic, Arial, Courier New, Sans-Serif;
	color: #000000;
	text-align: right;
	font-size: 15px;
	line-height: 25px;
	border: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}