a:link, a:visited, a:active, a:hover {
	text-decoration: #none;
	color:#7b7b7b;
}

body {
	font-family: 'PT Sans', sans-serif;
	color:#000000;
}

h1 {
	font-size: 18px;
	font-weight:normal;
	text-align:center;
}

h2 {
	font-size: 14px;
	font-weight:normal;
	text-align:center;
}

#placeholder {
	width: 600px;
	margin-top:10%;
	margin-left:auto;
	margin-right:auto;	
}

.logo {
	background:url(logo.png) no-repeat center center;
	height:78px;
	width:600px;
	margin:0 auto 0 auto;
}