/* Start of CMSMS style sheet 'General' */
body {
background-color:#C70800;
color: #ffff00;
}

img {
border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #ffffff; 
}

div#footer {
   position: absolute;
   color: #ffff00;
   vertical-align: middle;
   left: 17%;
   top: 34em;
   width: 72%;

}

div#footer p {
   font-size: 0.8em;
   /*padding: 1em;        some air for footer */
   text-align: center;  /* centered text */
   margin: 0;

}

div#footer p a {
   color: #ffff00; /* needed becouse footer link would be same color as background otherwise */
}

div#content
{
   position: absolute;
   left: 17%;
   width: 73%;
   height: 33em;
   z-index: 1;
   top: 0em;
   overflow: auto;
   padding-right: 10%;
}
.login
{
    color: #C70800;
}


/* End of 'General' */

