.content #static_elements
{
	position: absolute;
	bottom: 24px;
	left: 167px;
	width: 567px;
	height: 451px;
	
	background-image: url(../images/static_elements.png);
}
*html .content #static_elements
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/static_elements.png', sizingMethod='scale');
}

.content #static_overlay
{
	position: absolute;
	top: 29px;
	left: 71px;
	width: 760px;
	height: 461px;

/* 	background-color: rgba(100, 0, 200, 0.5); */
}

.content #static_overlay div
{
	cursor: pointer;

/* 	background-color: #f80; */
/* 	background-image: url(../images/transparent.gif); */
/* 	 */
/* 	opacity: 0.5; */
/* 	filter:alpha(opacity=50); */
}

.content #static_overlay .home
{
	position: absolute;
	top: 15px;
	left: 220px;
	width: 320px;
	height: 154px;
}

.content #static_overlay .about
{
	position: absolute;
	bottom: 0px;
	left: 100px;
	width: 188px;
	height: 28px;
}

.content #static_overlay .products
{
	position: absolute;
	bottom: 0px;
	left: 290px;
	width: 89px;
	height: 28px;
}

.content #static_overlay .hiring
{
	position: absolute;
	bottom: 0px;
	left: 382px;
	width: 87px;
	height: 28px;
}

.content #static_overlay .contact
{
	position: absolute;
	bottom: 0px;
	left: 472px;
	width: 185px;
	height: 28px;
}
