* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #000;
	color: #ccc;
	font-family: verdana;
}

a {
	color: #fff;
}

br {
	clear: both;
}

#squares-wrapper {
	width: 100%;
	position: absolute;
	z-index: 20;
	top: 0;
}

#squares {
	width: 900px;
	height: 450px;
	margin: auto;
	z-index: 20000;
}

.slideshower {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshower .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}

.square {
	border: 3px solid white;
	width: 134px;
	height: 134px;
	overflow: hidden;
	float: left;
}

#contact {
	margin-left: 40px;
}

#footer {
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 800px;
	width: 100%;
	height: 14px;
}

.notes {
	font-size: 0.6em;
	text-align: right;
	padding-right: 30px;
}
