/* 
CSS Soldier
ver 1.0
Ci-DD - JCastro 2009.
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px; border:0px}


/*Body-----------------------*/
body, html {
	text-align:center;
	margin: 0px 0px 0px 0px;
	width:100%;
    height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
}
body {
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #000;
}
html { overflow:hidden; }

#wrapper{
    margin-left: -392px;
	margin-top: -278px;  
	top: 50%; 
    left: 50%;    
    width: 785px; 
    height: 556px;
	position: absolute;
}
#imagen{  
    width: 785px; 
    height: 543px;
	position: absolute;
}
img#bg {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

}
