html{
	overflow: hidden;
}

body{
	font-family: helvetica;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

#imgBg{
	position: absolute;
	min-height: 100%;
	height: 1024;
	min-width: 100%;
	width: 768;
	top: 0;
	left: 0;
	float: none;
}

#container{
	position: absolute;
	background-color: rgba(30,6,3,0.6);
	padding-bottom: 20px;
	width: 600px;
	padding: 5px;
	bottom: 50px;
}

#social li{
	display: inline;
}

.tooltip span {
  margin-left: -999em;
  position: absolute;
}

.tooltip:hover span {
  position: absolute;
  bottom: 6em;
  left: -0.5em;
  z-index: 99;
  margin-left: 0;
}

.tooltip:hover em {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}

.classic { 
	padding: 0.8em 1em; 
	color: white;
	font-style: bold;
}
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }

a {
	text-decoration: none;
}
