body {
        background:#111111;
        color: white;
        text-align:left;
        padding:0;
        margin:0;
}
body a { color:#ADD8E6; }
body a:hover { color:#FAFAD2;}

#header {
    background: url('../images/background/thebigsite_banner.png');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width:100%;
      height:300px;
}

#content {
    background: url('../images/background/thebigsite_content_background.png') no-repeat;
    background-size: 100% auto;
    width:100%;
    height:450px;
    padding:0;
    margin:0;
 }

#content hr {
  clear:both;
}

.bsty {
  font-family:sans-serif;
  font-weight:bold;  
  font-size:16px;
  color:black;
  background-color:#EEC900;  
  width:1040px;
  margin:0;
}

.head {
  width:100%;
  margin:0;
  padding:0;
  border:0;
  margin-bottom:1%;
}

.sl {
  float:left;
  width:46%;
  margin:0;
  margin-bottom:1%;
  padding:0;
  border: solid white;
  border-width:3px;
  margin-left:1%;
  margin-right:1%;
}

.sr {
  float:right;
  width:46%;
  margin:0;
  margin-bottom:1%;
  padding:0;
  border: solid white;
  border-width:3px;
  margin-left:1%;
  margin-right:1%;  
}

.mr {
    clear:both;
  width:48%;
  margin:0;
  margin-left:22%;
  margin-right:22%;
  margin-bottom:1%;
  margin-top:1%;
  padding:0;
  border: solid white;
  border-width:3px;
}

body ul {
    margin:0;
    padding:0;
    text-align:left;
}

body li {
    text-align:left;
    padding:0;
    margin:0;
    list-style:none;
}

.disclaimer{
    display: none;
}
