/** 
 * CSS Document 
 * Universal default layout setup
 */

body, html {
 position: absolute;
 width: 100%;
 height:100%;
  
 margin:   0px;
 padding:  0px;
 z-index:  0;
 
 letter-spacing: 0;
 word-spacing: 0;}
  
*:focus { outline: 0; }
form {margin:0px;}

.clear {
 clear:both;
 width:100%;
 height:0px;
 overflow:hidden;}