/*----------------------------
  JUSTINAFLASH.com
  
Known issue workarounds:
- inline comment: use //comment (without spaces)
- sub tags (table td, th etc). Define specific style for the sub tag (example: td:

----------------------------*/


/*----------------------------
  HTML & BODY  
----------------------------*/

html, body { 
height: 100%; 
margin: 0px 0px 0px 0px;
padding: 0;
border: 0px;
color: #dddddd;
background-color: #000000;
background-position: center;
background-repeat: repeat-y;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 14px;
line-height: 21px;
}


/*----------------------------
  TABLES
----------------------------*/

table.home {
width:960px;
height:100%;
margin: 0px auto 0px auto;
border-spacing: 0px;
border:0;
}

td.home {
padding: 0px 0px 0px 0px;
vertical-align: center;
text-align: center;
}



