@charset "utf-8";
/* CSS Document */

#content {
	padding: 0 110px 0 105px;
	height: 263px;
}

#gizmo {
	width: 288px;
	height: 289px;
	background:url(../img/gizmo.jpg);
	position:absolute;
	top: 267px;
	left: 268px;
	z-index:2;
}

#home-left {
	width: 149px;
	height: 217px;
	position:absolute;
	top: 216px;
	left: 109px;
	z-index:2;
}

#home-right {
	width: 156px;
	height: 217px;
	position:absolute;
	top: 216px;
	left: 563px;
	z-index:2;
}


#footer-right {
	width: 201px;
	height: 34px;
	position:absolute;
	top: 469px;
	left: 529px;
	z-index:2;
}

#footer-left {
	width: 223px;
	height: 29px;
	position:absolute;
	top: 481px;
	left: 92px;
	z-index:2;
}

#home-right a:link, #home-right a:visited {
	color: #d82008;
	font-weight: bold;
	text-decoration: none;
}

#home-right a:hover {
	text-decoration: underline;
}


#footer-right a:link, #footer-right a:visited {
	text-decoration: none;
	color:#585451;
}

#footer-right a:hover {
	color: #D82008;
}
