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

body {
	background-image: url(images/background_folio.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	height: 730px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
}
#btn {
	height: 33.5px;
	width: 120px;
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	left: 70%;
}
.email {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	height: 20px;
	width: 200px;
	float: left;
	background-color: #000;
	margin: 0px;
}
.email:hover {
	color: #999;
}

