/* CSS Document */

body, html {
background-image: url(images/bgrnd.jpg);
background-attachment: fixed;
text-align: center;
font: normal 900 x-small Arial, Helvetica, sans-serif;
color: #000000;
margin-top: 0px;
height: 100%;
}

#horizon {
position: absolute;
text-align: center;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
}

#content {
margin-left: -400px;
position: absolute;
top: -250px;
left: 50%;
width: 800px;
height: 100px;
visibility: visible;
}

#container {
position: relative;
margin: 0 auto;
width: 800px;
min-height: 100%;
background-color: #FFFFFF;
border-style: solid;
border-color: #666666;
border-width: 1px;
}

#header {
background-image: url(images/header1.jpg);
width: 800px;
height: 100px;
}

#navbar {
font: normal 900 x-small Arial, Helvetica, sans-serif;
text-align: left;
padding: 10px;
border-bottom: 1px #70C143 solid;
background-color: #666666;
}

body#home a#home,
body#ipservices a#ipservices,
body#rd a#rd,
body#conflux a#conflux,
body#info a#info,{
color: #70C143;
text-decoration: none;
}

#maintext {
padding: 10px;
text-align: left;
overflow: hidden;
font: normal 900 small Arial, Helvetica, sans-serif;
}

#centercontent {
padding: 10px;
text-align: center;
overflow: hidden;
font: normal 900 small Arial, Helvetica, sans-serif;
}

#left {
position: relative;
float: left;
width: 285px;
text-align: center;
}

#right {
position: relative;
float: right;
width: 490px;
text-align: left;
}

#footer {
color: #FFFFFF;
position:relative;
margin: 0 auto;
bottom: 0;
width: 800px;
background-color: #666666;
border: solid;
border-color: #666666;
border-width: 1px;
}

.imgbrdr {
border: solid;
border-width: 1px;
border-color: #666666;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #70C143;}

.footer A:link {text-decoration: none; color: #ffffff;}
.footer A:visited {text-decoration: none; color: #ffffff;}
.footer A:active {text-decoration: none; color: #ffffff;}
.footer A:hover {text-decoration: underline; color: #70C143;}
