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

body {
	background: url(shark_2880.jpg) 15% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-width: 320px;
	padding: 0;
}

.wrapper {
	min-width: 320px;
	min-height: 320px;	
}

header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3em;
	background-color: black;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	min-width: 320px;
}

header img {
	height: 100%;
	width: auto;	
}

.float_left {
	float: left;
	height: 100%;
}

.float_right {
	float: right;
	height: 100%;
}

.clearfloat {
	clear: both;
}

blockquote {
	font-family: 'Cantarell', sans-serif;
	color: white;
	font-style:italic;
	font-size:1em;
	position: absolute;
	bottom: 0.5em;
	height: auto;
	width: 80%;
	margin-left: 17%;
	min-width: 256px;
}

a {
	text-decoration: none;	
}

a img {
	border: none;	
}

@media only screen and (min-width: 640px) { 
	blockquote {
		font-size: 1.5em;
}
}

