﻿#top{
	position:relative;
}
#topleft {
	position:absolute;
	top:5px;
	left:5px;
	width:330px;
	background: url(../images/ivan.jpg) no-repeat;
}

#topright {
	position:absolute;
	top:5px;
	right:5px;
	width:200px;
	background: url(../images/groom2.jpg) no-repeat;
}

#topmiddle {	
	position:absolute;
	top:5px;
	left:350px;
	width:300px;
}


#bottom{
	position:relative;
	height:240px;
	padding:0 5px 0 5px;
}


#bottomleft {
	position:absolute;
	top:5px;
	left:0;
	width:330px;
}

#bottomright {
	position:absolute;
	top:5px;
	right:0;
	width:330px;
}
