#left {
	width: 400px;
	height: 100px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

#left img {
	height: 100px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
#right {
	width: 400px;
	height: 100px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

#right img {
	height: 100px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
#top {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

#top img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
#bottom {
	width: 200px;
	height: 550px; /*this height has to be bigger then the total image height*/
	overflow: hidden;
	border: 0px solid black;
	padding: 0px;
	clear:both;
	}

#bottom img {
	width:169px; /*fixed image width*/
	height:60px; /*fixed image height*/
	margin: 0px;
	border: 0px;
	clear:both;
	}
