﻿div.bigimg{
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0px;	
	left: 0px;
	background-color: transparent;
	text-align: center;
	display: none;
	
	font-family: Verdana;
	font-size: 7pt;
}

div.bigimg .innerdiv{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	padding: 40px;
	background-color: white;
	border: 1px solid black;
	display: table;
	display: inline-block;
}

div.bigimg img{
}

div.bigimg p{
	margin: 5px 0px 2px 0px;
}

div.bigimg a{
	color: black;
	text-decoration: none;
}

