h1 {
	color:green;
}


img {
    position: absolute;
}
div {
    position: absolute;
    width: 500px;
    height: 500px;
}

#rightSide {
    left:500px;
    border-left:1px solid black;
}