@CHARSET "UTF-8";

body {
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}

.background img {
	overflow: hidden;
	position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: -1;
	padding: 0;
	margin: 0;
}

html {
	margin: 0px;
	padding: 0px;
}

a {
	color: #111;
}

h1 {
	font-weight: normal;
	font-size: 1em;
	line-hight: 1;
}

h1 .fn {
	font-size: 2.5em;
	line-hight: 1;
	display: block;
}

.note {
	font-size: 1.2em;
  line-hight: 1;
}

.hobby {
	font-size: 1.1em;
	line-hight: 1;
	color: #444;
}

.reputation {
	font-size: 1em;
	line-hight: 1;
	color: #555;
}

#main {
	padding: 15px;
  width: 40%;
  background-color: #fff;
  margin: 0px;
  position: absolute;
  top:20px;
  left:20px;
  opacity: .85;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}

.download-icon {
  float: left;
}

#footer .contact {
  margin-left: 40px;
}

a img {
  border: none;
}