body{
	background-color: red;
}

#rectangle1 {
	
	width:550px;
	height:1000px;
	position:absolute;
	left:550px;
	background-color:white;
}

#rectangle2 {
	
	width:550px;
	height:1000px;
	background-color:blue;
}