Orientation and Fullscreen

CSS

#overlay { background-color: red; }

JavaScript

if (screen.orientation) {
    screen.orientation.lock('landscape');
}