#laptop {
	width: 484px; height: 275px;
}
 
#laptop .left {
	background-image: url('laptop_01.png'); width: 83px; height: 275px; float: left;
}
 
#laptop .center {
	float: left; width: 318px; height: 275px;
}
 
#laptop .center .top {
	width: 100%;
	height: 20px;
	clear: both;
	background-image: url('laptop_02.png');
}
 
#laptop .center .bottom {
	width: 100%;
	height: 55px;
	clear: both;
	background-image: url('laptop_05.png');
}
 
#laptop #gallery {
	height: 200px;
}
 
#laptop .right {
	float: left; width: 83px; height: 275px; background-image: url('laptop_03.png');
}
