@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:30px;
	color:#CCC;
	font-family: Broadway, Georgia, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #999;
	background-image: url(images/background.jpg);
	background-repeat: repeat;	
}
#appleton {
	width:300px;
	height:300px;
	margin:0px auto;
	position:relative;
	left:-25%;
	text-align:center;
	
}
#marinette {
	width:300px;
	height:300px;
	margin:0px auto;
	position:relative;
	left:25%;
	top:-300px;
	text-align:center;
}
#jozwiaks {
	width:300px;
	height:300px;
	margin:0px auto;
	position:relative;
	top:-300px;
	text-align:center;
}
a img {
	border:none;
	outline:none;
}
:focus {
	border:none;
	outline:none;
}