a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#C70039;
font-weight: bold;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CC8822;
text-align: center;
margin-top: 250px;
}
#wrapper {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 600px;
margin-top: -300px; /* half of the height */
margin-left: -400px; /* half of the width */
}
body {
background-color: #000000;
}
