body {
	text-align: center;
	height: 95%;
	width:95%;
//	min-width:fixed;
//	min-height:fixed;
}

div {
//position:relative;
//text-align:center;
}
img{
position:absolute;top:0;bottom:0;margin:auto;
left:0;
right:0;

}

.img {
	min-height:77px;
	min-width:300px;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666;
	font-size: x-small;
	position: fixed;
	bottom: 10px;
	width: 99%;
}

.contact a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #666; 
	text-decoration: none;
	font-size: x-small;
} 

.contact a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #666; 
	text-decoration: none;
	font-size: x-small;
} 

.contact a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #666; 
	text-decoration: none;
	font-size: x-small;
} 

.contact a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #666; 
	text-decoration: none;
	font-size: x-small;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:small;
	position:absolute;
	bottom:60px;
	margin:auto;
	left:0;
	right:0;
	
}

