body {
	text-align: center;
	font-family: "Tahoma", Helvatica;
	font-size: 62.5%;
	color: white;
	background: black url(logo.jpg) no-repeat center top;
	padding: 240px 0 100px 0;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

.CSSclr {
	clear: both;
}

h1 {
	clear: both;
	text-align: center;
	font-size: 1em;
	margin: 50px 0 10px 0;
	letter-spacing: 2em;
	color: #666;
}

h2 {
	margin: 20px 0 10px 0;
}

#IDcontainer {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#IDreferenceDetails {
	font-size: 1.1em;
}

.CSSreferences {
	clear: both;
	font-size: 1.1em;
}

.CSSreferenceDetail {
	margin: 0 0 10px 0;
}

.CSSreferenceDetail h2 {
	margin: 5px 0 10px 0;
}

.CSSreferenceInfo {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.CSSreferenceInfo strong {
	display: block;
	width: 100px;
	float: left;
	color: #999;
}

.CSSreferenceImgs {
	clear: both;
}

.CSSreferenceImg {
	float: left;
	margin: 2px;
	border: 2px solid #333;
	padding: 1px;
	background: #222;
}

.CSSreferenceImg a {
	display: block;
	width: 230px;
	height: 60px;
	overflow: hidden;
	/*
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	*/
}

.CSSreferenceImg a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.CSSreferenceImg img {
	display: block;
	border: none;
}

.CSSreferenceImg span {
	color: #999;
	font-weight: bold;
	padding: 3px 0 1px 0px;
}

.CSSreferenceImg small {
	font-weight: normal;
	color: #666;
}

#IDcontact {
	clear: both;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
}

#IDcontact strong {
	width: 100px;
	color: #999;
}
