body {
	background-color:#FFF;
	margin: 0;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 55px;
}

#wrapper {
	background-image:url(tyre.jpg);
	border-radius: 5px;
	width: 550px;
	height: 550px;
	margin: 50px auto;
	color: #fff;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	font-size: 22px;
}
	