body {
	padding: 0;
	margin: 0;
	background-color: #603913;
	position: absolute;
	top: 3%;
	left: 3%
}
a {
	text-decoration: none;
	border: none;
}
img {
	border: none;
}
#index img {
	border: solid;
	border-width: 10px;
	border-color: #f39d22;
}

