#wrapper {width:100px; position:absolute; left:0px; top:0px;}

#container {
  background:url(../images/gradient.jpg);
  width:100px;
  height:600px;
}

#overlay1 {
	position:absolute;
	top:4px;
  left;0;
	width:100px;
	height:358px;
	background:url(../images/overlay.png);
	left: -1px;
}
#container2 {
  background:url(../images/gradient.jpg);
  width:100px;
  height:100px;
}


#overlay2 {
  position:absolute;
  top:0;
  left;0;
  width:100px;
  height:100px;
  background:url(../images/overlay.png);
}
#download {
  position:absolute;
  top:0;
  left;0;
  width:100px;
  height:100px;
}
