body,html {
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:hidden;
width:100%;
height:100%;
}
body {
    background: url(fondo.jpg) transparent repeat 0 0;
}
a#pixelarte {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index:5;
    margin-left: 480px;
    width:31px;
    height: 102px;
    margin-top: 150px;  
    border: 0;
    overflow: 0;
    display: block;
	background: url(pixelarte.png) transparent no-repeat 0 0 !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pixelarte.png');	    
}

img {
    border: 0;
} 

#fondo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index:1;
    margin-left: -521px;
    width:1042px;
    height: 700px;
    margin-top: -350px;  
	background: url(fondo.png) transparent no-repeat 0 0 !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fondo.png');	    
}
div#container {
position: absolute;
left: 50%;
top: 50%;
z-index:3;
margin:auto;
margin-left: -475px;
width:950px;
position:absolute;
height: 600px;
margin-top: -300px;
}

