html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
:focus
{
  -moz-outline-style: none;
}

html, body {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
img {
	border:none;
}
a {
	color:#e26c78;
}
a:hover {
	text-decoration:none;
}

/* ########## */
#intro {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:760px;
	background:url(images/bg_intro.jpg) no-repeat top center;
}
#btn_intro_enter {
	position:absolute;
	top:408px;
	left:147px;
}
