html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
:focus
{
  -moz-outline-style: none;
}

html, body, ul, li {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
}
img {
	border:none;
}
a {
	color:#e26c78;
}
a:hover {
	text-decoration:none;
}
ul li {
	list-style: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;
}
#body {
	position:relative;
	margin:0 auto;
	width:1000px;
}
#logo {
	position:absolute;
	top:20px;
	left:20px;
}
#flash_holder {
	position:absolute;
	top:20px;
	right:20px;
	width:587px;
	height:140px;
}
#menu {
	position:absolute;
	top:210px;
	left:20px;
}
	#menu li {
		width:103px;
	}
#content {
	position:absolute;
	top:210px;
	right:20px;
	width:580px;
	height:500px;
	background:url(images/box_html_bg.png) repeat;
	padding:10px 0 10px 10px ;
}
#box_html {
	height:500px;
}
#contact_info {
	position:absolute;
	top:650px;
	left:20px;
}
div.thumbs {
	float:left;
	width:112px;
	font-size:11px;
	line-height:12px;
}