body {
	background: #000000;
	color: #ccc;
}

a {
	color: #cccccc;
	font-weight: bold;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#cent {
  position:absolute;
  height: 1024px;
  width: 1024px;
  top:50%;
  left:50%;
  margin-top:-512px; /* this is half the height of your div*/  
  margin-left:-512px; /*this is half of width of your div*/
  background-image: url("../img/fox_pony.png");
}

#cent article {
	position: relative;
	top: 800px;
	text-align: center;
}