body	{
	background-color: #FFFFFF;
	background-image: url('city002-web.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	}

#logo-top {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 250px;
	}

#logo-top img {
	width: 100%;
	}

@media only screen and (max-width: 600px) {
		#logo-top {
		position: fixed;
		top: 5px;
		right: 5px;
		width: 140px;
		}
		
	}
