/* CSS Document */
body{
	margin:0;
	text-align:center;
	background-color: #000000;
}
body,td,th{
	font-family: 'Arial', 'Helvetica', 'sans-serif', '';
	font-size: 12px;
	line-height: 24px;
	color: #FFBB5B;
}
a:link{
   color:#FFBB5B;
   text-decoration:none;
   }
a:visited{
   color:#FFBB5B;
   text-decoration:none;
	}
a:active{
   color:#FFBB5B;
   text-decoration:none;
   }
a:hover{
   color:#D0C199;
   text-decoration:none;
   }
.case_bg{
   background-image:url(../images/case_bg.jpg);
   background-repeat:repeat-x;
   height:455px;
   background-position:top;}
.about_bg{
   background-image:url(../images/about_bg0.jpg);
   background-repeat:repeat-x;
   height:187px;
   background-position:top;}
.contact_bg{
   background-image:url(../images/contact_bg.jpg);
   background-repeat:repeat-x;
   height:223px;
   background-position:top;}
.copyright_bg{
   background-image:url(../images/footer_bg.jpg);
   background-repeat:repeat-x;
   height:81px;
   background-position:top;}

.pro_bk {
	border: 1px solid #A46800;
}

