body	{
	background-color: #FFFFFF;
	background-image: url('CD_Front.jpg');
	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%;
	}
#infobox {
	position: absolute;
	top: 75%;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 20pt;
	font-family: sans-serif;
	color: white;
	}

@media only screen and (max-width: 600px) {
		#logo-top {
			position: fixed;
			top: 5px;
			right: 5px;
			width: 140px;
			}
			
		#infobox
			position: center
			top: 50 %
		
	}
