@charset "utf-8";
/* CSS Document */
P {text-align:left; color:#204b7a; font: normal 10pt "Verdana"}

body
{
background: #eee809; 
}

A:link {color: blue; text-decoration:none}
A:visited {color: #999; text-decoration:none}
A:hover {text-decoration:underline}

container {text-align:left; color:#204b7a; font: normal 10pt "Arial Black"} 
header {text-align:left; color:#204b7a; font: italic 8pt "Verdana"} 
footer {text-align:left; color:#204b7a; font: normal 8pt "Verdana"} 
navbar {text-align:center; color:#204b7a; font: normal 8pt "Verdana"} 

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;  
}

#container #header {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0x;
  padding: 0;
  width: 1000px;
  height: 611px;
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
  background-image:url("landingheader.jpg");
  background-repeat:no-repeat;
  background-position:center;
}

#container #buybutton {
  margin-left: 665px;
  margin-right: 0px;
  margin-top: -375px;
  margin-bottom: 0px;
  width: 255px;
  height: 100px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
}

#container #social {
  margin-left: 388px;
  margin-right: 0px;
  margin-top: -272px;
  margin-bottom: 0px;
  width: 30px;
  height: 135px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
}

#container #welcomelogo {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -155px;
  margin-bottom: 0px;
  width: 1000px;
  height: 337px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
  background-image:url("welcomebanner.png");
  background-repeat:no-repeat;
  background-position:center;
}

#container #video {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 1000px;
  height: 610px; 
  float: left;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
  background-image:url("blue.png");
  background-repeat:repeat-y;
  background-position:center;
}

#container #footer {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -50px;
  margin-bottom: 0px;
  width: 1000px;
  height: 50px;
  padding: 0;
  float: left;
  width: 100%;
  border-bottom: solid 0px;
  border-left: solid 0px;
  border-right: solid 0px;
  border-top: solid 0px;
}