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

body {
	margin: 0px;
	padding: 0px;
	background-color:#FF4D00;
}
#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 98%;
	z-index: -10;
}
#background img {
	width: 100%;
	height: 100%;
}
#logo {
	position:absolute;
	top: 54%;
	left: 9%;
}
#logo p {
	font:75% Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	word-spacing: 0.15em;
	text-transform: lowercase;
	white-space: nowrap;
	color: #404040;
	margin: -14px 0px 0px 95px;
}