html, body {
	margin:0px;
	height:100%;
	width:100%;
	background:url(pattern.png);
}

#wrap {
	width:100%;
	padding-top:200px;
}

#text {
	margin:0 auto;
	height:216px;
	width:960px;
	background:url(text.png) no-repeat;
}
