@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #231f20;
	text-align: center;
}

a { color: #5e8c30; }

a:hover { text-decoration: none; }

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#logo {
	height: 429px;
	text-indent: -9999px;
	background: url(../images/ff_logo.jpg) no-repeat center top;
}

#content p {
	font-size: 18px;
	text-transform: uppercase;
}

p#new_store {
	font-size: 34px;
	font-weight: bold;
}

p#new_store span {
	font-size: 22px;
}