@charset "utf-8";

/*--------------------------------------------------------------------------
BODY
--------------------------------------------------------------------------*/
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}

#noFlashContent {
height: 100%;
}
/* end hide */

body {
margin: 0;
padding: 0;
height: 100%;
background-color: #000000;
}

/*--------------------------------------------------------------------------
UPDATE PAGE
--------------------------------------------------------------------------*/
#update #content {
display: block;
width: 500px;
height: 300px;
position: absolute;
top: 120px;
left: 100px;
}

#update h1 {
display: block;
text-decoration: none;
}

#update #update_txt a {
display: block;
width: 294px;
height: 62px;
background: #000000 url(../../img/text.gif) no-repeat top left;
text-indent: -9999px;
text-decoration: none;
}
#update #update_txt a:hover {
background: #000000 url(../../img/text_on.gif) no-repeat top left;
}

#update img.btn {
margin: 0 0 20px 0;
}

#update .link {
display: block;
margin-top: 20px;
}

#update .link a {
display: block;
width: 208px;
height: 13px;
background: #000000 url(../../img/seven_link.gif) no-repeat top left;
text-decoration: none;
text-indent: -9999px;
clear: both;
}
#update .link a:hover {
background: #000000 url(../../img/seven_link_on.gif) no-repeat top left;
}


#update #footer {
display: block;
width: 500px;
height: 50px;
border-top: 1px solid #ED1C24;
position: relative;
clear: both;
}

#update #footer #copyright {
display: block;
width: 193px;
height: 10px;
background: #000000 url(../img/copyright.gif) no-repeat top left;

text-indent: -9999px;
text-decoration: none;

position: absolute;
top: 10px;
left: 307px;
}
