/* CSS Document */
body{
background-image:url(fondo.jpg);
background-position:50% 50%;
background-repeat:repeat-x;
margin:0;
}

html>body #hackfirefox{
background-color:#FDF2F3;
height:100%;
width:100%;
position:absolute;
background-image:url(fondo.jpg);
background-position:center center;
background-repeat:repeat-x;
}


#container{
width:1000px;
height:650px;
position:absolute;
margin-left:-467px;
margin-top:-300px;
top:50%;
left:50%;
}

