div#middle {
width:600px;
position:absolute;
top:30px;;
left:50%;
margin-left:-300px;
z-index: 3;
	font-family: sans-serif;
	font-size: small;
	color: #42484F;
}

div#middle div {
	
	text-align: center;
	width: 100%
	position: relative;
	padding: 15px;
	margin-bottom: 30px;
	background-color: #929FAE;
	border: solid #6A737E;
	border-width: 3px;

}

div#middle a {

	text-decoration: none;
	color: inherit;

}

div#middle img {
	
	border: none;
	padding-top: 10px;

}
