﻿body{
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:13px;
 background-image:url('../images/background.jpg');
 color:black;
}
.container{
 margin:0px auto;
 width:915px;
 text-align:left;
 height:auto !important;
 height:480px;
 min-height:480px;
 color:black;
 background-color:white;
}
.container p, .container h1{
 margin:0px;
 padding:0px;
}
/*******************ALERT BOX****************************/
.alertBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color:#c3edff;
  color:black;
  width:300px;
  height:80px;
  display:none;
  border:1px navy solid;
  z-index:10;
} 
.alertBox a{
 text-decoration:none;
 font-size:small;
 float:right;
}

