/* 
    Document   : screenStyles
    Created on : Aug 20, 2014, 2:59:43 PM
    Author     : reniergarciatorres
    Description: For styling the div inside the iframes
*/
iFrame{}
*{margin: 0; padding:0; border:0;}
body{overflow: hidden;}

#frame1{overflow:hidden; min-height: 100%; width: 100%; background-color:bisque; clear:both;}
#frame2{height: 100%; width: 100%; background-color:brown; position:relative; overflow: hidden; clear:both;}
#frame3{height: 100%; width: 100%; background-color:chartreuse; position:relative; overflow: hidden; clear:both;}

.bigText{font-size: 300px;}

