	/* Hlavní kontejnery */
body { background-color: #393939; margin: 0px; padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif }
#root { width:100%; height:100% }
#flash { vertical-align:middle; text-align: center }

/* No FLASH */
#noFlash { width:100%; height:100%; text-align: center }
.bg {
	vertical-align:middle;
	background-attachment: fixed;
	background-image: url(../img/no_flash.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Ostatní styly */
img { border: none }
