/**
 * default
 */
* { margin: 0px; padding: 0px; }
a img { border: 0px; }
div img { display: block; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inline { display: inline; }


/**
 * index
 */
html, body { width: 100%; height: 100%; }
#flashcontent { z-index: 1; color: #fff; height: 99%;  }

