@charset "UTF-8";
body {
	background-image: url(../images/sliver.png);
	background-repeat: repeat-x;
	text-align: center;	
	}
#container {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: small;
}

#subfooter {
	background-color: #B8B8B8;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.photo {
	float: right;
	padding-left: 10px;
}
