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

a {
	color: black;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

img {
	border: 0px;
}

body {
	background: white url(../img/background.png) no-repeat fixed center center;
	font-family: sans-serif;
	font-size: large;
	text-align: center;
	width: 100%;
}

body, html, .container {
	overflow: hidden;
}

div {
	margin: 8px;
}

.avatar {
	width: 100%;
}

.avatar img {
	vertical-align: top;
}

