body {
		display: block;
		margin: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		position: absolute;

	}

img{ 
		width: 1024px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		right: 0;
		left: 0;
		position: absolute;
	}

.container {
  	position: relative;
  	width: 1024px;
  	height: auto;
  	right: 0;
	  left: 0;
	  margin-right: auto;
	  margin-left: auto;
	}

	

#home {
		width: 75px;
		height: 30px;
		top: 80px;
  		left: 120px;
    	position: absolute;
  	}

#bikeList {
	  width: 433px;
	  height: 76px;
	  top: 254;
	  left: 0;
	  right: 0;
	  margin-right: auto;
	  margin-left: auto;
	  position: absolute;
		}

#hover{
	  width: 314px;
	  height: 154px;
	  top: 412px;
	  left: 45px;
	  position: absolute;
		}

#sortBy {
  width: 126px;
  height: 35px;
  top: 205px;
  left: 268px;
  position: absolute;
	}

#pickBike {
	width: 173px;
	height: 178px;
	top: 300px;
	left: 190;
	position: absolute;

	}

#openCompare{
	width: 38px;
	height: 23px;
	top: 115px;
	right: 67px;
	position: absolute;

	}

#compareMinimize {
		width: 123px;
		height: 23px;
		top: 409px;
		right: 66px;
		position: absolute;

	}

#compareExpand {
	width: 123px;
	height: 23px;
	top: 222px;
	right: 66px;
	position: absolute;
	}

#exit {
  	width: 100%;
  	height: 1000px;
    position: absolute;
	}

#scroll {
	width: 820px;
	height: 100px;
	top: 678px;
	left: 160px;
	position: absolute;

	}

#scroll-return {
	width: 820px;
	height: 100px;
	top: 900px;
	left: 160px;
	position: absolute;

	}

#bottom {
	width: 1px;
	height: 1px;
	top: 1800px;
	left: 0px;
	position: absolute;
		}





	/* Buttons */	

	.btn {
		display: block;
		background-color: rgba (121,160, 173, 0.25);
		position: absolute;
		text-indent: -999999px;
		transition: background-color 0.5s;
	}

	body:hover a.btn {
			background-color: rgba(121,160, 173, 0.25);
		}

	body:hover a.btn:hover {
			background-color: rgba(121,160, 173, 0.5);
		}