body { 
 margin: 0; 
 padding: 0; 
 background-color: #444444; 
 color: #000000; 
 font: small Arial, Helvetica, Verdana, sans-serif; 
 font-family: Lato, sans-serif;
} 


#logo {
 position: relative;
 top: 145px;
}

#bannertext {
 position: relative;
 top: 230px;
 font-size: 18pt;
 color: #ffffff;
}

#maincontent {
 width: 1260px;
 height: 850px;
 background-image: url(../index-images/homepage-bg.png);
 background-repeat:no-repeat;
 background-position:center;
}

.table {
 position: relative;
 top: 250px;
}

#loginme {

}

.loginme {
 display: block;
 width: 204px;
 height: 34px;
 background: url('../index-images/login-me.png') bottom;
 text-indent: -99999px;
}

.loginme:hover {
 background-position: 0 0;
}

#visitnoesis {
}

.visitnoesis {
 display: block;
 width: 204px;
 height: 34px;
 background: url('../index-images/visit-noesis-button.png') bottom;
 text-indent: -99999px;
}

.visitnoesis:hover {
 background-position: 0 0;
}


a:link {color: #000000; text-decoration: none;}

a:visited {color: #000000; text-decoration: none;}

a:active {color: #000000; text-decoration: none;}

a {text-decoration: none; text-decoration: none;}

a:hover {color: #000000; text-decoration: underline}
