/* CSS Document */
section{
	background-image: 60%;
	background-attachment: fixed;
	background-image: url(../backgrounds/1.png);
	background-repeat: no-repeat;
	background-position: center 300px;
	}
img{
	max-width: 100%;
	
	}
.q {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #00F;
	border: thin solid #06F;
	text-shadow: 2px 2px 2px #999;	
	padding: 10px;
	}	
section quote.q {
	text-align: center;	
	
	}	
	
@media screen and (max-width: 580px){
	
section {
	background-image: none;	
	
	}	
	
}
.quote {
	text-align: center;
}
