* {
padding: 0;
margin: 0;
}

body {
  font-family: tahoma,arial,sans-serif; color: #222;
  background-color: #ffffff;
}

p { font-size: 12px; color: #ffffff; }

a { color: #dddddd; font-weight: bold; text-decoration: none;}
a:hover { color: #ffff00; }

.lpbold { font-weight: bold; }

#wrapper {
  margin: 0 auto;
  width: 1280px;
  background-color: #ffffff;
}

#header {
  width: 1280px;
  margin-top: 20px;
}

#banner {
  width: 980px;
  height: 180px;
  margin-right: 10px;
  margin-left: 50px;
}

#sphere {
  float: right;
  height: 180px;
  width: 180px;
  margin-left: 10px;
  margin-right: 50px;
}

#spacer1 {
  height: 20px;
}

#content {
  clear: both;
  width: 1280px;
}

#presentation {
  background-image: url('../images/presentation_background.png');
  background-repeat: no-repeat;
  width: 980px;
  height: 400px;
  margin-right: 10px;
  margin-left: 50px;
}

#videopanel {
  position: absolute;
  background-image: url('../images/videopanel_background.png');
  background-repeat: no-repeat;
  width: 543px;
  height: 277px;
  margin-left: 30px;
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 110px;
}

#thevideo {
  postion: absolute;
  width: 543px;
  height: 277px;
  padding-left: 0px;
  padding-top: 5px;
}

#calltoaction {
  float: right;
  background-image: url('../images/calltoaction_background.png');
  background-repeat: no-repeat;
  width: 180px;
  height: 400px;
  margin-right: 50px;
  margin-left: 10px;
}

#lpnm {
  position: relative;
  width: 120px;
  left: 30px;
  top: 225px;
  border: 0;
}
#lpnm:hover {
  background: #ffff00;
}

#lpeml {
  position: relative;
  width: 120px;
  left: 30px;
  top: 283px;
  border: 0;
}
#lpeml:hover {
  background: #ffff00;
}

#lpgo {
  background-image: url('../images/gobutton.png');
  position: relative;
  width: 73px;
  height: 46px;
  left: 50px;
  top: 308px;
  border: 0;
}
#lpgo:hover {
  background-image: url('../images/gobutton-hover.png');
  border: 0;
}

#spacer2 {
  height: 20px;
}

#footer {
  background-image: url('../images/footer_background.png');
  background-repeat: no-repeat;
  width: 1180px;
  height: 100px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

#lplinks {
  position: relative;
  width: 400px;
  left: 450px;
  top: 20px;
}

#lpcopy {
  position: relative;
  width: 200px;
  left: 535px;
  top: 50px;
}