/* CSS Document */
body {
background-color:#000000;
}

#holder{
width:900px;
height:500px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:100px;
}

#footer{
text-align:center;
color:#FFFFFF;
}

a{
color:#FFFFFF;
text-decoration:none;
}

