@charset "UTF-8";
/* CSS Document */
body {background:#000;}
#wrapper {
   background:#6a2985;
width:500px;
height:650px;
border:10px solid #fff;
text-align:center;
margin:auto;
}
#content {

width:500px;
background:#FFFFFf;
height:150px;

padding:10px;
}
#footer {
color:#FFFFFF;
font-size:12px;
padding:10px;
font-family:"Times New Roman", Times, serif;
}
#footer a{
color:#FFFFFF;

}