img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: center;
}

p{
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 20px;
}

body {
	background-image: url("images/nyc.jpg");
}

#wrapper{
	position: absolute;
   top: 50%;
   margin-top: -270px;/* half of #content height*/
   left: 0;
   width: 100%;
}

#box{
	width: 752px;
	height: 540px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

