@charset "utf-8";
/* CSS Document */
body#intro {
	background: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	text-align:center;
}

#icons1 {
	height: 75px;
	margin: auto;
	width:760px;
	margin-top:70px;
}
.icon-box {
	width:70px;
	height:70px;
	float:left;
	padding:4px;
	margin-right:15px;
	border:1px solid #CCCCCC;
}

#icons2 {
	height:110px;
	width: 192px;
	margin: 70px auto 60px;
	background-color:#333;
}
.icon-box2 {
	width:70px;
	height:70px;
	float:left;
	padding: 4px;
	margin: 4px 8px;
	border:1px solid #fff;
	background-color:#000;
}
a { text-decoration: none; color:#fff;}
a:hover {color:#999;}
