@charset "utf-8";
/* CSS Document */
#doc2 {
	background-image: url(../img/bg/hombg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	height: 700px;
	width: 975px;
	position: relative;
}

#doc2 #bd #ond {
	display: block;
	height: 74px;
	width: 193px;
	position: absolute;
	top: 535px;
	left: 380px;
}
#doc2 #bd #ond a:link, #doc2 #bd #ond a:visited {
	background: url(../img/ordernew.jpg) no-repeat left top;
	display: block;
	height: 74px;
	width: 193px;
	text-indent: -999999px;
	outline: none;
	}
	
	#doc2 #bd #ond a:hover {
	background: url(../img/ordernew_on.jpg) no-repeat left top;	
	display: block;
	height: 74px;
	width: 193px;
	outline: none;
	}
	#doc2 #bd #ond a:active{
	background: url(../img/ordernew.jpg) no-repeat left top;	
	display: block;
	height: 74px;
	width: 193px;
	outline: none;
	}