body {
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background: #003a9f url(images/background.png) repeat-x;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
}
#logo {
	margin: 0px auto 0px -40px;
	height: 200px;
	width: 200px;
	background: url(images/logo.png) no-repeat;
	}
#header {
	margin-top: -170px;
	height: 100px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	white-space: nowrap;
}
h2 {
	margin-top: -10px;
	font-size: 22px;
	font-weight: normal;
	color: #2E9AFE;
}
#details {
	margin-top: -30px;
	font-size: 28px;
	color: #35baff;
	background: transparent url(images/paintbrush.png) 550px 100px no-repeat;
}
#footer {
	margin-top: -20px;
	font-size: 32px;
	font-weight: bold;
}

#buckets {
	margin: -220px auto auto 0px;
	height: 300px;
	width: 300px;
	background: transparent url(images/buckets.png) no-repeat;
}
