body{
  margin:0px;
}

a.fill-div {
		display:block;
	    height: 100%;
	    width: 100%;
	    text-decoration: none;
}

#container{
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  
}
#ad{
   position: absolute;
   display: block;
   right:0px;
   border: rgb(145,153,153) 1px solid;
   overflow:hidden;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   width: 726px;
   height: 88px;
}

/*replace the background with a guide here*/

#banner{
  position:absolute;
  display: block;
  width: 726px;
  height: 88px;
  right:0px;
  overflow: hidden;
}

#guide{
	position:absolute;
	width:728px;
	height:90px;
	top:0px;
	left:0px;
	background:url(images/back_up_Jobs_v1a.jpg);
}

#background{
	position:absolute;
	background: url('images/background.jpg') no-repeat scroll top left;
	width: 778px;
	height: 90px;
	top:0px;
	left:0px;
}

#clickthismofo{
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  cursor:pointer;
}

#headline{
	position:absolute;
	top:-90px;
	width:728px;
	height:90px;
	left:48px;
}

#man {
	position:absolute;
	top:0px;
	left:560px;
	background: url('images/man.png') no-repeat scroll top left;
	width: 112px;
	height: 90px;
}

#h1{
	position:absolute;
	background: url('images/h1.png') no-repeat scroll top left;
	width: 220px;
	height: 40px;
	top:11px;
	left:64px;
}

#h2{
	position:absolute;
	background: url('images/h2.png') no-repeat scroll top left;
	width: 216px;
	height: 34px;
	top:-100px;
	left:69px;
}

#h2mask{
	position:relative;
	overflow:hidden;
	width: 360px;
	height: 104px;
	left:0px;
	top:53px;
}

#copy{
	position:absolute;
	width:300px;
	height:250px;
	top:-90px;
	left:0px;
}

#copyTxt{
	position:absolute;
	background: url('images/copyTxt.png') no-repeat scroll top left;
	width: 347px;
	height: 58px;
	top:11px;
	left:108px;
}

#weagreelogo {
	position:absolute;
	background: url('images/weagree.png') no-repeat scroll top left;
	width: 126px;
	height: 36px;
	left:330px;
	top:35px;
	opacity:0;
}

#chevronlogo {
	position:absolute;
	background: url('images/chevronlogo.png') no-repeat scroll top left;
	width: 77px;
	height: 90px;
	left:-90px;
	top:0px;
}

#arrows{
	position:absolute;
	pointer-events: none;
	top: 6px;
	left: 109px;
	background: url('images/cta_arrows.png') no-repeat scroll top left;
	width: 10px;
	height: 11px;
}

.buttons{
  position: absolute;
  bottom: 10px;
  left: 176px;
}
.button{
  position: relative;
  margin:3px;
  background-repeat:no-repeat;
  cursor:pointer;
}

.button.clickthrough{
  width:468px;
  height:90px;
  top:43px;
}

.button.useraction{
 	background: url('images/cta.jpg') no-repeat scroll top left;
	width: 124px;
	height: 22px;
	left:635px;
	top:5px;
	z-index:5;
}
