html, body {
	
	margin: 0;
	padding: 0;
	color: #fff;
	background-image:url('images/bg.jpg');
}
a img{border: none
}

#content {margin-left: auto;
margin-right: auto;
	position:relative;
	z-index:1;
	text-align:center;
}
#home {position: absolute;
left:90%;
}

#neighbor {position:absolute;
left: 70%;
top: 145%;
}
#titles {position: absolute;
left: 20%;
top: 124%;
}
#movie {position: absolute;
left: 22%;
top: 6%;
z-index: -1;
}