@charset "utf-8";
body {
	background-color: #2f2f2f;
}
html,body{ margin:0; padding:0; height:100%; width:100%; }
img {
	border:0px;
}
ul, li {
	list-style:none;
}
a:focus {
	outline:none;
}
#wrapper {
	margin:auto;
	height:100%;
	width:100%;
	overflow:hidden;
	cursor: pointer;
}
#wrapper_inn {
	margin:auto;
	height: auto;
	width: 980px;
}
#container {
	height: auto;
	width: 980px;
	float:left;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#container h2 {
	padding:0px 0px 0px 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120px;
	color: #fcfdfc;
	font-weight: normal;
}
#container h3 {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 41px;
	color: #fcfdfc;
	font-weight: normal;
}
#container p {
	padding:32px 0px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fcfdfc;
	line-height: 20px;
	font-style: italic;
}