@charset "UTF-8";

*html #fondo {
position: absolute;
}

body {
color: #acc2eb;
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#fondo {
position: absolute;
left: 50%;
margin-left: -400px;
}

