﻿#top{
	position:relative;
}
#topleft {
	position:absolute;
	top:0;
	left:5px;
	width:200px;
	background: url(../images/groom1.jpg) no-repeat;
}

#topright {
	position:absolute;
	top:0;
	right:5px;
	width:200px;
	background: url(../images/groom2.jpg) no-repeat;
}

#topmiddle {	
	position:absolute;
	top:5px;
	left:220px;
	width:380px;
}


#bottom{
	position:relative;
	height:440px;
}


#bottomleft {
	position:absolute;
	top:5px;
	left:0;
	width:400px;
}

#bottomright {
	position:absolute;
	top:5px;
	right:0;
	width:380px;
}

