/*img {
 background: url('loading.gif') no-repeat;
}*/

img.displayed {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
img.netimage {
        float: right;
        width: 700px;
        height: 7000px;
        margin-right: auto;
        margin-left: auto;

}

.large_box {
	display: block;
	float: left;
	position: relative;
	width: 750px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
}
img.legend_box {
	position: relative;
        float: right;
        width: 80px;
        height: 130px;
        margin-right: auto;
        margin-left: auto;
	//top: -550px;

}
div img { display: inline; }

div.column1, div.column2 {
 text-align: left;
}

div.column1 {
 float: left;
 width: 90%;
}

div.column2 {
 float: right;
 width: 10%;
}

img.help_image {
	width: 80%;
	float: right;
}
.help_paragraph {
	clear: right
}

