
body {
	background: #09c;
	font-family: Georgia, serif;
	font-size: 62.5%;
	color: #333;
}

#container {
	width: 554px;
	margin: 100px auto 0 auto;
	background: #fff;
}

h1 {
	overflow: hidden;
	text-indent: -999em;
	width: 554px;
	height: 165px;
	background: url("../img/header.png") no-repeat;
}

#main {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: url("../img/images.jpg") 50% 0 no-repeat;
	padding: 0 140px;
	overflow: hidden;
	padding-bottom: 10px;
}

#main p {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 1em;
	text-align: center;
}

#main p.intro {
	font-size: 1.4em;
	font-weight: bold;
}

#main p.last { margin-bottom: 0; }

#footer p {
	overflow: hidden;
	text-indent: -999em;
	height: 64px;
	background: url("../img/footer.png") no-repeat;
}
