body {
	background-color: black;
}

#header {
	text-align: center;
}

#header img {
	border: 0px;
}

#strip_container {
	width: 955px;
	margin: 0em auto;
}

ul#strips {
	list-style: none;
}

.strip {
	float: left;
}

.note {
	color: white;
	background-color: red;
	font-family: helvetica, arial;
	font-size: 2em;
	padding: 0.25em;
	position: absolute;
	z-index: 10;
	width: 200px;
	display: none;
}

.strip a {
	position: relative;
	z-index: 0;
}

.strip img {
	border: 3px solid black;
}

.strip a:hover img {
	border: 3px solid red;
}


#contact_container {
	width: 900px;
	margin: 0em auto;
}

.contact {
	color: white;
	font-family: helvetica, arial;
	font-size: 1em;
}

.contact a {
	color: white;	
}

.contact a:hover {
	background-color: red;	
	padding: 0.25em;	
}

.col {
	width: 450px;
	float: left;
}

.right {
	text-align: right;
}
