BODY
{
	background:url("background.png") repeat-x #000000;
	margin:0;
	padding:0 0 30px;
	color:#333333;
	font:16px/20px "Lucida Grande","Trebuchet MS",Tahoma,Arial;
}

#page
{
	margin:0 auto;
	width:1025px;
}

#header
{
	background:url("header-bg-wide.jpg") no-repeat #000000;
	height:170px;
	position:relative;
}

#samples
{
	margin-top:50px;
	margin-bottom:20px;
}

#samples img
{
	display:block;
	margin:0 auto;
	border:none;
}

#content
{
	background:url("text-back.png") no-repeat transparent;
	padding:42px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

#badge
{
	display:block;
	margin:32px auto 0;
	border:none;
}

#credits
{
	margin-top:32px;
	font:14px/18px "Lucida Grande","Trebuchet MS",Tahoma,Arial;
	padding:24px;
	background-color:#DDD;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}


