@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/holding-page_bg.jpg);
	margin: 0px;
	padding: 0px;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #E2DACD;
}
#logo {
	margin-top: -140px;
	margin-left: -158px;
	width: 316px;
	height: 143px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
#email {
	margin-top: 0px;
	margin-left: -158px;
	width: 316px;
	height: 45px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
#footer {
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
}
