@charset "utf-8";
/* CSS Document */

body
{
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-size-adjust:100%;
}



*
{
	margin: 0;
	padding: 0;
	border:none;
	outline:none;
}

.Logo
{
	position:relative;
	margin:0 auto;
	margin-top:75px;

}

h1
{
	position: absolute;
	bottom:75px;
	left:75px;
	text-align:left;
	font-size:102px;
	line-height:92px;
	font-weight:normal;
}