/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


body {
    font-size: 1em;
    line-height: 1.4;
}

a {
	float: right;
	margin: 10px 10px;
}

a strong {
	color: #f48887;
}

#text-wrapper {
	width: 80%;
	padding: 0 10%;
	float: left;
	background-color: white;
}

a.email:link, a.email:visited, a.email:hover {
	padding-top: 10px;
	float: left;
	text-decoration: none;
	color: #666565;
	font-family: helvetica, arial, sans-serif;
	font-weight: 100;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#logo {
	position: absolute;
	right: 10%;
	bottom: 10%;
}

footer {
	float: left;
	width: 80%;
	padding: 10px 10%;
	background: #f48887;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-weight: 100;
	text-align: right;
	font-size: .7em;
	line-height: 100%;
}