/* CSS Document */

html, body {
 height:100%;
}

body {
  background: #57585A;
  text-align:center;
}

.distance { 
		width:1px;
		height:50%;
		margin-bottom:-225px; /* half of container's height */
		float:left;
}

.flash {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height: 450px;
		width: 600px;
		clear:left;
}

a, a:visited {
  margin-top: 32px;
  font-size: 80%;
  color: #fff;
  font-weight: bold;
  font-family: arial;
  text-decoration: none;
}

a:hover {
  color: #aaa; 
  text-decoration: underline;
}
