html,body {
	background-image:url('good-yea.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment: fixed;

}
div#goodyear{
	position:fixed;
	width:250px;
	height:150px;
	left:0px;
	top:0px;
}