@charset "UTF-8";
body, html {
	background: #FFF;
	}
#develop {
	height: 400px;
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index:999;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#666;
	line-height: 1.5em;
}
a, a:link, a:visited, a:hover {color:#666; text-decoration:none;}
a:hover {border-bottom:1px dotted #666;}
