@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#stage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}
#stage {
	text-align: center;
}

#stage a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
.header {
	text-align:center;

}
#stage #msg {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto; 
	margin-right: auto;
	width: 500px;
}
#stage #msg h3 {
	color: #999999;
}

#stage #footer {
	font-size: 10px;
	color: #ACACAC;
	text-align: right;
}

#stage #msg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
#stage #msg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}
