/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== CSS Reset ========================== */
body {
	background: url("images/bg_landing.jpg") no-repeat 50% 0%;
	padding-bottom: 50px;
}

#wrapper {
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
	width: 676px;
}

a.logo {
	background: url("images/dreamit.png") no-repeat top left;
	display: block;
	height: 516px;
	text-indent: -9999px;
	width: 676px;
}

a {
	color: #fff;
	font-family: "TitilliumText22LRegular", Arial, sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: #1e9eb1;
}
