div{
	border: 1px solid black;
	position: absolute;
	/*put div with image in it 100px down, to consider that
	offset when moving(placing) the image*/
	top: 100px;
}
div#container{

	border: 1px solid black;
	position: absolute;
	background-color: red;
	width: 500px;
	height: 500px;
}