div.main {
	position: absolute;
	height: auto;
	width: 250px;
	left: 0px;
	top: 0px;
}
div.display-image {
	position: absolute;
	height: auto;
	width: 320px;
	left: 250px;
	top: 0px;
}
div.contact-me {
	position: absolute;
	height: 295px;
	width: 450px;
	left: 1px;
	top: 158px;
	background-image: url(../images/contact-rectangle.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
