body {
	background: url(images/background.jpg) repeat-x top left;
	background-color: #fff;
	color: #3D3D3D;
	font: 25px "Lucida Grande";
}

a, a:visited {
	color: #DD232F;
}

a:hover {
	color: #3A7CDB;
}

#center {
	font: 100px "Lucida Grande";
	font-weight: bold;
	left: 0px;
	letter-spacing: 25px;
	margin: 0 auto 0 auto;
	padding: 25px 0 25px 0;
	position: absolute;
	text-align: center;
	top: 20%;
	width: 100%;
}

#index-navigation {
	font: 25px 'Lucida Grande'; 
	letter-spacing: 0px;
	font-weight: normal; 
}

#index-launch-date {
	font: 25px 'Lucida Grande'; 
	color: #DB7723; 
	font-weight: normal; 
	letter-spacing: 2.5px; 
	margin-top: 50px;
}

#index-bottom-right {
	bottom: 50px;
	font-size: 15px;
	position: absolute;
	right: 50px;
}

#index-bottom-right a {
	text-decoration: none;
}
