body {
  background-color: #4D9E6E;
}
/* unvisited link */
a:link {
  color: #EEE;
}

/* visited link */
a:visited {
  color: #EEE;
}

/* mouse over link */
a:hover {
  color: blue;
}

/* selected link */
a:active {
  color: blue;
}

.main {
	background-color: rgb(209, 174, 134);
	/*background-image: url("quentin2.jpg");*/
	background-position: center;
	background-position-y: -45px;
	background-repeat: no-repeat;
	box-shadow: 10px 5px 5px black;
	margin: 200px auto;
	width: 200px;
	height: 200px;
	text-align: center;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.info {
	margin: 0 auto;
	text-align: center;
	opacity: 0.8;
	padding-top: 0px;
}