@media print {
#container { display: none; }
}

@media screen {
*  { margin: 0; }
html, body {width: 100%; height: 100%; background: url(img/bg_main.gif) left center repeat-x;}
img {border: 0;}
/*#container {width: 100%; }*/
#content {position: absolute; width: 827px; height: 540px; left: 50%; margin-left: -397px; top: 50%; margin-top: -270px; background: url(img/bg-container.gif) left top no-repeat; padding-left: 1px; padding-top: 1px;}
#print {display: none;}
/*#Award {width: 241px; height: 136px; z-index: 9; margin-top: -46px; margin-left: -33px;}*/
#Award {position: absolute; top: 50%; left: 50%; margin-top: 215px; margin-left: -429px; z-index: 9;}
#Creatura {position: absolute;}
}
