@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	height: 100%;
	background: #f3f3f3;
}

#mainwrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 100%;
}

#index {
	text-align: center;
	padding: 60px 0px 0px 0px;
}

a img {
	border: none;
}




h1, h2, p {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: lighter;
	color: 000000;
}


h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	word-spacing: 70px;
}

p {
	font-size: 1.2em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
}
