
/* CSS Document */

body {
margin: 0;
padding: 0;
background-color: #faf9f9;
}

#background-container {
	width: 910px;
	height: 841px;
        overflow: hidden;
	margin: 0 auto 0 auto;
	background: url('images/bg-repeating.jpg') no-repeat;
}


#steel {
	position: relative;
	top: 65px;
	left: 164px;
	background: url('images/bg-steel.jpg') no-repeat;
	width: 638px;
	height: 411px;
	z-index: 3;
}

#retail {
	position: relative;
	left: -27px;
	top: 15px;
	width: 336px;
	height: 376px;
	background: url('images/retail_box.jpg') no-repeat;
	z-index: 4;
}

#retail_text {
	position: relative;
	left: 33px;
	top: 190px;
	width: 270px;
	font-family: verdana,arial, helvetica,sans-serif;
	font-size: 12px;
        line-height: 1.1em;
        letter-spacing: 0;
	color: #c1c2c2;
	text-align: center;
}

#oem {
	position: relative;
	top: -361px;
	left: 332px;
	width: 337px;
	height: 375px;
	background: url('images/oem_box.jpg') no-repeat;
	z-index: 4;
}

#oem_text {
	position: relative;
	left: 33px;
	top: 190px;
	width: 270px;
	font-family: verdana,arial, helvetica,sans-serif;
	font-size: 12px;
        line-height: 1.1em;
        letter-spacing: 0;
	color: #c1c2c2;
	text-align: center;
}

#bottom {
	width: 260px;
	position: relative;
        margin: 0;
        padding: 0;
	top: 166px;
	left: 3px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 9px;
        letter-spacing: 0;
	color: #ffffff;
	text-align: center;
}

