/* CSS Document */
body{
	background-color: #000000;
	width:100%;
	margin: 0px;

}
h1{
	height: 20px;
	line-height:20px;
	width:700px;
	margin: 0 auto;
	background-color: #000000;
	color: #A99730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#container{
	width: 100%;
	height: 486px;
	display: block;
	background: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A99730;
}
#taxi{
	margin: 0 auto;
	width: 753px;
	background: url(images/taxi.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 496px;
}
#info{
	width: 753px;
	height: 185px;
	z-index: 50;
	background: url(images/text.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 56px;
	margin-bottom:38px;
	}
#infohome{
	width: 753px;
	height: 185px;
	z-index: 50;
	margin-top: 56px;
	margin-bottom:38px;
	}

#box {
	height:150px;
	width:703px;
	margin: 5px 25px 0px 25px;
	}
	
#menu{
	height: 49px;
	width: 490px;
	margin: 0 auto;
}
#footer{
	height: 90px;
	background-color: #000000;
	background: url(images/bw.gif) repeat-x top;
	margin: 0 auto;
	width: 100%;
	color: #A99730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#footer a{
	color:#CC9900;

}

#homebutton{
	width: 362px;
	height: 111px;
	margin: 0 auto;
	margin-top: 45px;

}

#scrollbox{
	width: 550px;
	margin:22px 77px 0 76px;
	height: 140px;
	overflow: auto; 
	  scrollbar-arrow-color: #E8E243; 
	  scrollbar-base-color: #E8E243;
	  scrollbar-darkshadow-color: #E8E243; 
	  scrollbar-face-color: #080806; 
	  scrollbar-highlight-color: #E8E243; 
	  scrollbar-shadow-color: #E8E243;
	  }
