body
{
	margin: 0px;
	padding: 0px;
	font-family: "Verdana";
	color: #0080c1;
}
#div_main
{
	position: absolute;
	width: 1000px;
	height: 500px;
	left: 50%;
	margin-left: -500px;
	margin-top: 200px;
}
 #div_contact
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
#div_alert
{
	position: relative;
	width: 1000px;
	height: 25px;
	top: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
}
#link_email
{
	position: relative;
	top: 20px;
	font-size: 20px;
	font-weight: 100;
	color: #ff8041;
	outline: none;
}