@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#A6A699;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a {
	color: #60604B;
	text-decoration: none;	
	font-family: "Libre Baskerville", serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;	
}

#topper { 
	width:1px;
	height:50%;
	margin-bottom:-305px; /* half of wrapper's height */
	float:left;
}

#wrapper {
	margin:0 auto 10px;
	position:relative; /* puts wrapper in front of topper */
	text-align:right;
	height:501px;
	width:768px;
	clear:left;
}
#music {
	margin-bottom: 50px;	
}
#footer {
	z-index: 100;
}
#footer a {
	font-style: italic;	
}

#clear {
	display: none;	
}

@media only screen and (max-device-width : 1024px) {
	#music {
		display: none;	
	}
	#wrapper {
		margin-bottom: 60px;	
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#footer a {
		font-size: 16px;	
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	#footer a {
		font-size: 18px;	
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
	#footer a {
		font-size: 30px;	
	}
}