html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code,
font, img, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
  font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-size: 1em;
}
ol, ul, li {
	list-style: none;
}
/*-------------------------------*/
body {
  background: #000;
}

body, a {
  color: #fff;
  font-family: 'Ubuntu','Arial', 'sans-serif';
}

#mid {
  position: absolute;
  left: 50%;  
  top: 50%;
  text-align: center;
  vertical-align: center;
}
#container {
	position: absolute;
	height: 50em;
	margin-top: -25em;
	}

li {
  width: 17em;
  height: 21em;
  float: left;
  text-align:center;
  padding: 1.5em;
  border: 1px dotted #333;
  margin: 0.5em;
}

a, a:visited, a:active, a:link {
  color:#aaa;
  text-decoration:none;
}
.image {
  width: 17em;
  height:15em;
  margin-bottom: 2em;
  vertical-align:center;
  overflow:hidden;
}

h1 {
  font-size:1.5em;
  font-weight:bold;
  margin-bottom:0.1em;
  color:#ccc;
}

h2 {
  font-size:1.1em;
  line-height:1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color:#999;
}