body {
	background: #333;
	font: 0.8em 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 880px;
	margin: auto auto;
}

/*#header {
	background: url("images/header_bg.png") repeat-x;
	height: 100px;
}

#header h1 {
	height: 100px;
	width: 880px;
	background: url("images/header.png") top center no-repeat;
	text-indent: -2000px;
}*/

#header {
	padding: 5px 0;
	text-align: center;
}

#header h1 {
	display: block;
	width: 100%;
	height: 150px;
	background: url("images/introducing_apart.png") center top no-repeat;
}

#header h1 span {
	display: none;
}

#header .screenshot {
	background: #1a1a1a;
	margin-top: 50px;
	margin-bottom: 50px;
}

#header .screenshot img {
	width: 900px;
	height: 800px;
	background: #111 url("images/loading.gif") center center no-repeat;
	border: 5px solid #000;
	margin: -50px 0;
}

#content {
	padding: 0 0 20px 0;
	text-align: center;
	/*background: url("images/content_bg.png") repeat-x;*/
}

#content h2 {
	width: 100%;
	height: 100px;
	background: url("images/the_flavors.png") center top no-repeat;
	margin: 10px 0;
}

#content h2 span {
	display: none;
}

#content img {
	border: 5px solid #1a1a1a;
	margin: 2px;
}

#content a:hover img {
	border-color: #111;
}

#belloman_design {
	background: #191919;
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 0.9em;
	color: #555;
}

#belloman_design p {
	margin-bottom: -20px;
}

#belloman_design a {
	background: url("images/bellomandesign.png") top center no-repeat;
	margin: auto auto;
	width: 250px;
	height: 70px;
	display: block;
}

#belloman_design a:hover {
	background-position: bottom center;
}

#belloman_design a span {
	display: none;
}

#footer {
	padding: 10px 0;
	background: #222;
}

#footer img {
	margin: 10px 10px 0 6px;
	float: left;
}

#footer p#copyright {
	padding: 10px 0;
	font-size: 0.85em;
	color: #444;
}

#footer p#copyright span {
	font-weight: bold;
	color: #666;
}

#footer p#copyright a:link,
#footer p#copyright a:visited {
	color: #666;
	text-decoration: none;
}

#footer p#copyright a:hover,
#footer p#copyright a:active {
	text-decoration: underline;
}