#laptop-screen {
	height: 120px !important;
	width: 160px !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

div#laptop-portfolio {
	position: relative;
	background-image: url(/images/laptop.gif);
	background-repeat: no-repeat;
	width: 224px;
	height: 202px;
}
#screen-area {
	display:block;
	position:absolute;
	top:35px;
	left:32px;
	width:160px; 
	height:120px;
}
img#laptop-screen-background {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:160px; 
	height:120px; 
	z-index:1;
	border: 0;
}