body {
	background: #050e1f;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	font-family: Arial, Tahoma;
	color: #ffffff;
}

h1 {
	text-align: center;
	color: #ffff00;
}

h2 {
	margin-bottom: 10px;
}

img {
	border: 0;
}

div.medals {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}

/* medals */

a.medal {
	text-decoration: none;
	color: #ffff00;
}

a.medal:hover {
	position: relative;
}

a.medal span {
	display: none;
}

a.medal:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 5px;
	z-index: 100;
	
	min-width: 350px;
	min-height: 150px;
	
	background: #050e1f;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}