#outer-container {
    background-image: url("images/custom-background.png");
    background-repeat: no-repeat;
}
#inner-container img {
    background-image: url("images/imageborder.jpg");
}
h1 {
    background-image:url("images/h1-bg.png");
	background-repeat:no-repeat;
	background-position:left;
}
h2 {
    background-image:url("images/heading-bg.png");
	background-repeat:no-repeat;
	background-position:left;
}

table#industrialtable {
    width: 99%;
    table-layout: auto;
	background-color:#004b1b;
	background-image:url("images/domestic-tablebg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
table#industrialtable td {
    background-color: #fff;
    color: #000000;
    text-align: center;
    padding: 7px;
    border: 1px solid #004b1b;
}
table#industrialtable th {
    border: 1px solid #004b1b;
}
#inner-container a {
	color:#019e48;
	text-decoration:none
}
#inner-container a:hover {
	color:#000 !important;
}
#inner-container a:visited {
	color:#019e48
}
