﻿
body{
	font-family:Helvetica, Arial;
	padding:0;
	margin:0;
	font-size:12px;
}
#container section{
	display:block;
	text-align:center;
	height:300px;
	width:300px;
	position:absolute;
	color:#000;
	line-height:24px;
}
#container a{
	color:#2f2f2f;
	text-decoration:none;
}
#container a:hover, #container a:active{
    border-bottom:0;
    background: yellow;
}
#container section em{
font-size:11px;color:gray;
}
#background {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
#container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width:100%;
  height:100%;
  overflow:hidden;
}