/* the bit that does the work */
html, body {
height: 100%;
}

body {
margin:0;
border:0;
padding:0;
background:#ffffff; 
font-family: Arial, Helvetica;
font-size: 11px;
color: #56666d;
text-align:center;
height: 100%;
min-height: 200px; /* For Mozilla/Opera/Safari */
background-image:url(../images/ind_bgr.jpg);
}

#container {
position: relative;
margin: 0 auto;
text-align: left;
width: 600px;
height: 100%;
}

#img {
position: absolute;
width: 600px;
height: 171px;
top: 200px;
padding-left:40px;
margin-top: -130px; /* Half of splash height */
z-index:1;
}

#text {
margin-left:220px;
padding-left:25px;
position: absolute;
width: 330px;
height: 100px;
top: 360px;
margin-top: -130px; /* Half of splash height */
z-index:2;
}

h1{
font-family: Arial, Helvetica;
font-size: 12px;
color: #000000;
margin-bottom:5px;
margin-left:-25px;
font-weight:bold;
}

a, a:link, a:visited, a:active{
color: #ff8010;
text-decoration:none;
}

a:hover, a:visited:hover{
color: #ff8010;
text-decoration:underline;
}

.orange{
color: #ff8010;
}

.hrdashed	{
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
padding:0px;
display:block;
border-bottom: 1px dotted #ff4f14;
}
