#header_logo {
width:524px;
height:162px;
background-image:url('img/m_logo_bw.png');
margin-left:-1px;
margin-top:-2px;
display:inline-block;
zoom: 1;
*display: inline;
}

#home_btns {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.btn_boxes {
	display:inline-block;
	background-image:url('img/home_btns.png');
	margin:5px;
	width:232px;
	height:232px;
	zoom: 1;
	*display: inline;
}

#design_box {
	background-position: -1188px 0px;
}
#design_box:active {
	background-position: -1188px -232px;
}

#solutions_box {
	width:478px;
	background-position: -478px 0px;
}
#solutions_box:active {
	background-position: -478px -232px;
}

#examples_box {
	background-position: -956px 0px;
}
#examples_box:active {
	background-position: -956px -232px;
}





#contact_box {
	background-position: -1652px 0px;
	cursor:pointer;
}
#contact_box:active {
	background-position: -1652px -232px;
}
#footer {
	color:rgb(120,120,120);
	font-family:MuseoSansRounded, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width:100%;
	text-align:center;
	margin-top:20px;
	behavior: url(PIE.htc);
}
#footer a{
	text-decoration:none;
	color:rgb(120,120,120);
}
#footer a:hover{
	text-decoration: underline;
	color:rgb(255,39,46);
	text-shadow: 3px 3px 2px rgba(255,39,46,0.15);
	behavior: url(PIE.htc);
}