body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	background: url(../images/bg.jpg) repeat -200px top;
	background-attachment: fixed;
	color: #333;
}

h1 {
	margin: 5px 0 0 0;
	font-size: 5em;
	font-weight: normal;
}

p {
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 30px 0;
}

	p.tagline {
		font-size: 2em;
		padding: 0;
	}
	
a {
	text-decoration: none;
	color: #567d8c;
}

	a:hover {
		color: #000;
	}

.container {
	padding: 0 50px;
}

.header {
	background: url(../images/logo.jpg) no-repeat left center;
	height: 150px;
	width: 600px;
	padding-left: 150px;
	margin: 30px auto;
	text-align: right;
}

img.thumb {
	background: #fff;
	padding: 7px;
	border: 1px solid #bbb;
	margin: 10px;
}

.footer {
	background: #333;
	color: #e2e2e2;
	margin-top: 20px;
	padding: 0 100px;
}

	.footer a:hover {
		color: #f2f2f2;
	}

	.footer p {
		font-size: 1.2em;
		line-height: 1.4em;
		float: left;
		text-align: left;
	}
	
	.footer p.twitter {
		float: right;
		font-size: 1.5em;
	}
	
		.twitter img {
			vertical-align: middle;
		}