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

