<div class="container">
<h1>FullScreen API Testing</h1>
<div class="specialstuff">
<p>Inside here is special stuff which will go fullscreen</p>
<p>Status: <span class="status"></span></p>
<input type="button" value="Exit Fullscreen" id="fsexit" disabled="disabled"/>
</div>
<input type="button" value="Go Fullscreen" id="fsbutton" disabled="disabled"/>
<p>
Code and example based on <a href="http://johndyer.name/lab/fullscreenapi/">John Dyer's example</a>.
</p>
</div>