﻿div.wrap {
	width:100%;
	float:left;
}

div.canvas img {
	float:left;
	display:block;
	margin:0 10px 10px 0;
}

div.canvas {
	background:url(images/bg.gif);
	margin-bottom:10px;
	height:50%;
	width:98%;
	padding:1%;
	overflow:auto;
	max-height:300px;
}


.clear {
	clear:both;
}

#jpg {
	color:#999;
	font-style:italic;
}
.hide {
	display:none;
}

.png {
	behavior:url(iepngfix.htc);
}