body {
	color: #555;
	margin:0;
	padding:0;
	font-size: 13px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Calibri,Verdana,Arial,sans-serif;
	text-align: center;
	background: #89a8a8 url(bg.jpg) 50% 50% repeat;
}

#wrap {
	width: 600px;
	min-height: 440px;
	padding-top: 50px;
	margin: 0 auto;	
	background: transparent url(highlight.jpg) 50% -91px no-repeat;
}

a {
	text-shadow: #fff 1px 1px 1px;
	text-decoration: none;
	color: #222;
}

h1 {
	color: #111;
	font-size: 75px;
	line-height: 70px;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: #aaa 1px 1px 1px;
}

p {
	width: 540px;
	margin: 15px auto;
	text-align: left;
}

strong {
	color: #fff;
	text-shadow: #777 -1px -1px 1px;
}

p.above {
	font-size: 30px;
}

p.below {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 30px;
}

a.rounded {
	text-decoration: none;
	padding: 1px 4px;
	color: #000;
	background: #fafafa;
	text-shadow: #ccc 1px 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

a.rounded:hover {
	color: #444;
	background: #fff;
}

p.twitter {
	margin-top: 50px;
	width: 490px;
	height: 50px;
	padding: 7px 0 7px 50px;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	background: transparent url(twitter_bg.gif) 0 2px repeat-x;
	position: relative;
}

p.twitter a.bird {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 37px;
	height: 32px;
}

p.twitter a.bird img {
	border: 0;
}

p.twitter img.loader {
	position: absolute;
	left: 60px;
	top: 13px;	
}

p.twitter a {
	text-shadow: #fff 1px 1px 1px;
	background: transparent;
	padding: 0;
}

p.twitter span.tweet-link {
	text-shadow: none;
}

p.footer {
	text-align: right;
}