@charset "utf-8";

*{ outline:none; }

html{
	margin:0px;
	width:100%; height:100%;
}

body{
	font-family: "HoeflerText";
}

.index{ 
	width:1116;
	position:fixed;
	top: 50%;
	left: 50%;
	text-align:center; 
	margin-top: -156px;
	margin-left: -558px;

}

a img{ border:0px; }

.welcome{
	font-family:"Century Gothic";
	margin-bottom:20px;
	color: #BABCBE;
	font-size:35pt;
	letter-spacing:20px;
}

.description{
	margin-top:18px;
	color: #221E1F;
	font-size:10pt;
	letter-spacing:5px;
}
