/* CSS Document */
body {
	background: #000;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	}
	
h2 {
	font-size: 11px;
	width: 100%;
	color: #000;
	font-weight: bold;
	border-bottom: #c00 solid 1px;
	}

#intro_bg {
	margin-top: 100px;
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#intro_bg a {
	color: #ddd;
	padding: 2px;
	text-decoration: none;
}
#intro_bg a:hover {
	color: #999;
	background: #444;
	padding: 2px;
	text-decoration: none;
}
.dometti_type {	
	letter-spacing: 3px;
	}
