
body {
    background-color: #dfd1c5;
    min-height: 370px;
    min-width: 670px;
    
    }

.center_content {
    background-image: url("/javax.faces.resource/img/login-bkg.png.xhtml");
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #EEEEEE;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 5px 5px 5px #222222;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    width: 700px;
}


.login_panel {
    position: relative;
    margin-left: 275px;
    padding-top: 100px;
    width: 350px;
    height: 250px;    
}


#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  /*text-decoration : underline;*/
}

