body {
  padding:0px;
  margin:0px;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#fff;
  background:#000 url("../images/bg.jpg") no-repeat top center;
}
a { color: #fff; outline:none; }
a img { border: none; }

div#wrapper {
  text-align:left;
  position:relative;
  width:900px;
  margin:0px auto 0px;
  /* border:1px green solid; */
}
#header h2 {
  position:absolute;
  top:-440px;
  right:30px;
  width:200px;
}

h2#look {
  position:absolute;
  left:100px;
  top:-50px;
  margin:0px;
  padding:0px;
}
#videos {
  margin-top:19px;
  margin-left:100px;
  margin-bottom:30px;
}
.video {
  float:left;
  width:200px;
  height:193px;
  padding:10px;
  margin:10px;
  display:inline;
  background:transparent url("../images/box.gif") no-repeat left top;

}
.video img {
  width:200px;
  height:150px;
  -ms-interpolation-mode:bicubic;
}
.video a img {
  opacity:0.8;
  -moz-opacity:0.8;
  -k-opacity:0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.video a:hover img {
  opacity:1;
  -moz-opacity:1;
  -k-opacity:1;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


.video p {
  text-align:center;
}

#footer {
  width:800px;
  height:41px;
  margin:0px auto 14px;
  margin-left:100px;
  background:transparent url("../images/footer.gif") no-repeat left top;
  text-align:right;
}
#footer span {
  display:block;
  margin-right:106px;
  padding-top:13px;
}
#dealers {
  margin-left:100px;
  width:800px;
  margin-bottom:20px;
}
div.clearer {
  clear:both;
  visibility:hidden;
  height:1px;
  min-height:1px;
  line-height:1px;
}


/* Magnus' extras */

a#viewiq {
position:absolute;
top:-375px;
left:0;
display:block;
height:300px;
width:100%;
}
