body {
	background-color: #916F49;
	text-align: center;
}

h1 {
	color: #FFFFFF;
	font-family: arial;
	font-size: 22px;
	margin-bottom: 5px;
}

div {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663300;
}

.wrapper {
	height: 300px;
	width: 720px;
	
	background-image: url(mishkin.jpg);
	margin-top: 150px;
}

.picture {
	width: 350px;
	
	margin: 60px 0px 0px 120px;
	float: left;
	text-align: left;
}

.link {
	margin: 220px 110px 0px 0px;
	float: right;
	clear: none;
}