﻿body {
  background-color: rgb(153, 153, 153);
  background-image: url('../Content/images/ere/erebackground4.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 1589px 1015px;
  background-position-x: center;
  background-position-y: center;
  
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin-top: 0;
  padding: 0;
  color: #4c89b6;
}

header
{
  display: block;  
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/ere/erebanner.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:159px;   
  margin: 0;
  padding: 0;

}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 2px solid #314b82;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #314b82;
}

#logindisplay a:link {
    color: #314b82;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #314b82;
    text-decoration: underline;
}