#video { background: #000; height: 550px; margin-bottom: 20px; }

#command { position: relative; height: 25px; display: block; margin: 25px 0px 0px 0px; }

.lightSwitcher { position: absolute; z-index: 101; top: 30px; right: 30px; background-image: url('../images/misc/light_bulb_off.png'); background-repeat: no-repeat; background-position: left; padding: 0 0 0 20px; outline: none; text-decoration: none; }
.lightSwitcher:hover { text-decoration: underline; }

#shadow { background-image: url('../images/misc/shade1x1.png'); position: absolute; left: 0; top: 0; width: 100%; z-index: 100; }

.turnedOff { color: #fff!important; background-image: url('../images/misc/light_bulb.png'); }
