﻿#top{
	position:relative;
	text-align:center;
}
#topleft {
	position:absolute;
	top:0;
	left:5px;
	width:372px;
}

#topright {
	position:absolute;
	top:0;
	right:5px;
	width:396px;
}



#bottom{
	position:relative;
	height:340px;
}


#bottomleft {
	position:absolute;
	top:5px;
	left:7px;
	width:330px;
}

#bottomright {
	position:absolute;
	top:5px;
	right:0;
	width:330px;
}

