div.text {
	float: left;
	margin: 0 0 0 10px;
	width: 430px;
}
.text p {
	text-indent: 1em;
	margin-bottom: 0.5em;
}

img.photo-1 {
	margin: 0 0 0 40px;
	width: 225px;
	height: 150px;
}

div.screen {
	float: left;
    position: relative;
	border: 1px dotted #c0c0c0;
	margin: 0 0 0 20px;
	width: 300px;
	height: 424px;
}
div.screen span {
    display: block;
    position: absolute;
    background-image: url('./resources/screen.gif');
    width: 100%;
    height: 100%;
}

img.iso {
	width: 300px;
	height: 424px;
}

ul.iso {
	float: left;
	margin: 0 0 0 0;
	width: 400px;
}
ul.iso li {
	list-style-type: decimal;
	line-height: 1.5em;
	margin-bottom: 1em;
}
