#logo1 {
      background-image:url(jive_logo.png);
      background-repeat:no-repeat;
	  position: absolute; 
	  padding-top:100px;
	  top:20px;
	  left: 250px;
	  width:300px;
	  height:500px;
   }
#menuJive{
	background-repeat:no-repeat;
	left: 250px;
	position: absolute;
	top:150px;
}
#footer {
	background-image:url(partnerJive.jpg);
	background-repeat:no-repeat;
	width:200%;
	height:10px;
	position:fixed;
	bottom:0;
	left:250px;
	padding-bottom:50px;
	
}

