html, body, ol, ul, dl, h1, h2, h3, table, tbody, tr, td, th, form, p, img {
	border:0;
	margin:0;
	padding:0;
}
html {
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
	color:white;
}
body {
	background:#000 url("../img/back.jpg") repeat;		
	behavior:url("csshover.htc");
}

a { color: #ddd; font-weight: bold; }
a:href { text-decoration: none; }



/* ===== intro ===== */
#intro {
	width: 740px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -370px;
}
#img {
	width: 738px;
	height: 504px;
	_height: 503px;
	border: 1px solid #fff;
}
#img a img {
	border: 1px solid #000;
	margin: 0;
}
#img a:hover img {
	border: 1px solid #f00;
}
#intro p {
	font-size: 12pt;
	text-align: right;
	padding: 11px 0;
}
