@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFF;
}

#floater {
	position: absolute;
	top: 381px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
	
#logo {
	border: none;
	width: 521px;
	height: 338px;
	margin-left: -260px; /**half width **/
	position: absolute;
	top: 0px;
	left: 50%;
	}
	
#portfolio {
	border: none;
	width: 210px;
	height: 92px;
	margin-left: -260px; /**half width **/
	position: absolute;
	top: 339px;
	left: 50%;
	}
	
#reel {
	border: none;
	width: 215px;
	height: 92px;
	margin-left: -50px; /**half width **/
	position: absolute;
	top: 339px;
	left: 50%;
	}


#email {
	border: none;
	width: 253px;
	height: 25px;
	margin-left: -166px; /**half width **/
	position: absolute;
	top: 451px;
	left: 50%;
	}

