

body {
margin:3em;
padding:0;
height:100%;
background-color:#000;
font-family:Arial, sans-serif;
color:#aaa;
font-size:.9em;
line-height:1.1em;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:650px;
vertical-align: middle;	
text-align:center;
}

#text {
  width: 640px;
  text-align:left;
}

a {
  text-decoration:none;
  color:#997C52;
}

a:hover {
  color:#667C87;
}


