/* CSS Document */

#box_page{
	position: relative;
	height: 400px;
	width: 590px;
	left: 0px;
	top: 0px;
}

#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:359px;
	height:285px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:362px;
	top:0px;
	width:228px;
	height:224px;
	z-index:2;
}
.truss_click {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	display:block;
	width:auto;
	padding-left: 80px;
	text-align: left;
	background-image: url(../images/truss_and_parts.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	height: 40px;
	padding-top: 30px;
	background-position: -25px 0px;
}

