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

body {
	background-color:#F8FBFC;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#buffer {
	height: 68px;
	width: 1024px;
}

#body {
	background-image: url(images/body.png);
	height: 424px;
	width: 1024px;
}

#reel {
	background-image: url(images/reel.png);
	height: 17px;
	width: 171px;
	background-repeat: no-repeat;
	margin-top: 392px;
	margin-right: 22px;
	margin-bottom: 15px;
	margin-left: 172px;
	float: left;
}

#lightbox {
	background-image: url(images/lightbox.png);
	height: 17px;
	width: 171px;
	margin-left: 23px;
	margin-top: 392px;
	margin-bottom: 15px;
	margin-right: 465px;
	float: left;
}

#links {
	height: 88px;
	width: 326px;
	margin-left: 203px;
	float: left;
}

#orange {
	background-color: #DB4B23;
	height: 2px;
}

#gray {
	background-color: #565656;
	height: 10px;
}

#bottom {
	height: 88px;
	width: 1024px;
}
	
#twitter {
	background-image:url(images/twitter.png);
	height: 48px;
	width: 48px;
	margin-top: 22px;
	margin-bottom: 20px;
	margin-left: 27px;
	float: left;
}

#vimeo {
	height: 48px;
	width: 48px;
	float: left;
	margin-top: 22px;
	margin-bottom: 20px;
	margin-left: 8px;
}

#flickr {
	height: 48px;
	width: 48px;
	margin-top: 22px;
	margin-bottom: 20px;
	float: left;
	margin-left: 8px;
}

#behance {
	height: 48px;
	width: 48px;
	float: left;
	margin-top: 22px;
	margin-bottom: 20px;
	margin-left: 8px;
}

#email {
	float: left;
	height: 48px;
	width: 48px;
	margin-top: 22px;
	margin-bottom: 20px;
	margin-left: 8px;
}

