#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-top: 25px;
}

#bg_container {
	position: relative;
	width: 850px;
	height: 850px;
	background-image: url('images/bg_container.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 35px;
	z-index: 1;
}

#bg_header {
	position: relative;
	width: 780px;
	height: 120px;
	background-color: transparent;
	background-image: url('images/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 185px;
	height: 80px;
}

#menu {
	float: right;
	width: 200px;
	height: 120px;
	line-height: 175%;
}

#bg_subheader {
	position: relative;
	width: 780px;
	height: 120px;
	background: #EEEEEE;;
	margin: 0 auto;
	margin-top: 10px;
	z-index: 2;
}

#bg_content {
	position: relative;
	width: 780px;
	height: 520px;
	background: #EEEEEE;
	margin: 0 auto;
	margin-top: 10px;
	z-index: 2;
}

#content_left {
	float: left;
	width: 520px;
	height: 520px;
}

#content_top {
	height: 439px;
}

#content_bottom {
	background-image: url('images/bg_content_portfolio.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 66px;
	padding-top: 15px;
	margin: 0 auto;
}

#portfolio_buttons {
	width: 300px;
	margin: 0 auto;
}

.clients_bg {
	background-image: url('images/bg_content_clients.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.clients_text {
	width: 500px;
	height: 510px;
	padding: 10px 10px 0px 10px;
}

#content_right {
	float: left;
	width: 240px;
	height: 490px;
	padding: 30px 10px 0px 10px;
}

#footer {
	position: relative;
	background-image: url('images/bg_footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #999999;
 	font-size: 12px;
 	line-height: 125%;
 	clear: both;
	z-index: 4;
    height: 125px; 
}

.copyright {
	padding-top: 30px;
	color: #E5E5E5;
}