* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: white;
 background:#000;
}
a {
	color: #128985;
	text-decoration: none;
}
a:hover {
	color: #535353;
}

#wrapper {
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
#content { 
 width: 1024px;
 height: 455px;
 margin-top:0px;
  background: url(playmoscars-fondo-notext.jpg);
}
#footer {
	position: fixed;
	bottom: 50px;
	left: 25%;
}
