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

.content #content .home
{
	position: absolute;
	bottom: 90px;
	left: 105px;
	width: 560px;
	height: 163px;
	
	background-image: url(../images/home.png);
}
*html .content #content .home
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home.png', sizingMethod='scale');
}

.content #content .about
{
	position: absolute;
	bottom: 0px;
	left: 36px;
	width: 687px;
	height: 268px;
	
	background-image: url(../images/about.png);
}
*html .content #content .about
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about.png', sizingMethod='scale');
}

.content #content .products
{
	position: absolute;
	bottom: 0px;
	left: 60px;
	width: 651px;
	height: 291px;
	
	background-image: url(../images/products.png);
}
*html .content #content .products
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/products.png', sizingMethod='scale');
}

.content #content .hiring
{
	position: absolute;
	bottom: 0px;
	left: 90px;
	width: 597px;
	height: 252px;
	
	background-image: url(../images/hiring.png);
}
*html .content #content .hiring
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hiring.png', sizingMethod='scale');
}

.content #content .contact
{
	position: absolute;
	bottom: 0px;
	left: 29px;
	width: 682px;
	height: 275px;
	
	background-image: url(../images/contact.png);
}
*html .content #content .contact
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact.png', sizingMethod='scale');
}
