html,
body { 
margin: 0px; 
padding: 0px; 
} 
body { 
background-color: #000; 
} 
.center { 
margin: auto; 
position: absolute; 
top: 0px; 
bottom: 0px; 
left: 0px; 
right: 0px; 
width: 640px; 
height: 480px; 
background: url(/x.gif) no-repeat; 
}
.brdr {
border: 10px solid transparent;
border-image: url(/fwwm/border.png) 50 round;
}