html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

a { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; }
a img { border: 0 none transparent; }

#intro {
	margin: 75px auto 0 auto;
	padding: 4px 0 79px 0;
	width: 986px;
	height: 513px;
	text-align: left;
	background: url('image/intro-bg.gif') no-repeat left top;
	position: relative;
}

#intro a {
	margin: 0 4px;
	display: block;
	width: 978px;
	height: 505px;
	outline: none;

	text-decoration: none;
/*	background: url('image/intro-link-bg.jpg') no-repeat left top;*/
}
