@font-face {
	font-family: gothic;
	src: url('https://static.tumblr.com/zztymp9/WL2n5ml7r/gothicbold.otf');
}

* {
	font-family: gothic;
	color: white;
	text-align: center;
}

body {
	background-color: transparent;
	margin: 0;
}

#main {
	background-color: #222;
	width: 300px;
	padding: 20px;
	border: 2px solid white;
	border-radius: 15px;
}

#header {
	background-color: #111;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px 15px 0 0;
}

#header img {
	width: 32px;
}

#header * {
	display: inline;
}

ul {
	margin: 0 auto;
	padding-left: 0;
}

h2 {
	margin: 0;
}

li {
	list-style: none;
}

#body {
	max-height: 200px;
	overflow-y: scroll;
}
