@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(stripes.jpg);
	margin:0px;
	border-top:25px solid #69F;
}

#wrapper{ 
	background-color:#FFF;
	max-width:800px;
	min-width:600px;
	padding:10px;
	margin:auto;
	opacity:0.7;
}

#stuff{
	height:150px;	
	background-color:#CCC;
	opacity:0.4;
}

#stuff .quote{
	font-family: 'Gorditas', cursive;
	text-align:right;
	float:right;
}

img{
	border:2px solid #000;
	opacity:1.0;
}

