
#content
{
	/*position:absolute; top:0; left:0; right:0; bottom:0; background-color: gray;*/
	margin: 25px;
	background: gray;
}

#debug
{
	color: red;
	width: 100%;
	bottom: 0;
	background-color: black;
}

.img_div
{
	width: 300px;
	height: 300px;
	float: left
}

img
{
	/*width: 240px;
	height: 240px;*/
	margin: 0px;
}