/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
}
.main {
	width: 960px;
	height: 600px;
    position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;		
}
h1 {
	font-weight: 400;
	color: #0d8a2e;
	font-size: 2.0em;
}
p {
	font-weight: 400;
	color: #333;
}
a:link, a:visited {
	color: #0d8a2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}