.header {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 605px;
	background-image: url(../images/main.png);
	position: relative;
	width: 100%;
}

.header-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}

.twitter-wrapper {
	position: absolute;
	bottom: 42px;
	right: 170px;
	width: 92px;
	height: 70px;
	display: block;
}

.twitter {
	background: url("../images/twitter.png") no-repeat top right;
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 92px;
	height: 70px;
}

.twitter-wrapper a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	display: block;
}

.twitter-wrapper a:hover .twitter {
	display: block;
}


.footer-welcome {
	padding-top: 60px;
	padding-left: 10px;
}
.footer-welcome-text {
	color: #e9e5c3;
	font-size: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 26px;
	float: right;
	width: 685px;
	padding-top: 12px;
}

.footer .projects {
	width: 960px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.footer .projects .recent-work {
	padding-bottom: 10px;
	width: 50%;
	float: left;
}

.footer .projects .all-projects {
	padding-bottom: 10px;
	width: 50%;
	float: right;
}

.footer .projects .all-projects .all-projects-link {
	background: url("../images/view-entire-projects-button.png") no-repeat top left;
	width: 130px;
	height: 27px;
	display: block;
	float: right;
	padding-right: 15px;
}


.footer .projects .all-projects .all-projects-link:hover {
	background: url("../images/view-entire-projects-button_hover.png") no-repeat top left;
}

.footer .projects .item a  {
	clear: both;
	text-decoration: none;
}

.footer .projects .item a:hover {
	text-decoration: none;
}

.footer .projects .item .title  {
	color: #FFF;
	font-size: 12px;
	clear: both;
}

.footer .projects .item .subtitle {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.footer .projects .item  {
	float: left;
	margin-right: 20px;
	width: 221px;
}

.footer .projects .item .title {
	color: #D78D29;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.footer .projects .item.last {
	color: #D78D29;
	font-size: 16px;
	font-weight: bold;
	margin-right: 0px;
}

.footer-bottom {
	position: relative;
}

.page-footer-copy {
	float: left;
	color: #c7b997;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	position: absolute;
	bottom: 15px;
}