* { margin: 0; padding: 0; }
body { background: black; font-family: "Arial Black"; font-size: 12px; color: white; line-height:0 }

/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: auto;
}
body {
}
#flashcontent {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}


#notice-330{
    position: relative; 
    height: 29px; 
    border: 1px solid #000;
    border-width: 1px 0px;
    width: 100%; 
    z-index: 3000; 
    background: #fbf67f;
}

    #notice-330 div{
        padding: 7px 9px 9px;
        font: bold 13px/13px Arial, Helvetica, sans-serif;
    }
        #notice-330 div, #notice-330 div a{
            color: #333;
        }
        
    #close-notice{
        float: right;
        display: block;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        background: url(../images/close.jpg) left top no-repeat;
    }