@import url("reset.css");
@import url("basic.css");
@import url("type.css");

/* hide from ie on mac \*/
html {
height: 100%;
overflow: auto;
background-color: #000;
}

#flashcontent {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}

/* end hide */

body {
height: 100%;
width: 100%;
background: #000 url(../img/bg.gif);
}

div#container {
width: 643px;
margin: 30px 0 0 20px;
}

div#content {
width: 400px;
margin: 0 0 0 100px;
}

div#fallback {
position: relative;
height: 100%;
background: url(../img/fallback.jpg) no-repeat 50%;
}

div#fallback-i {
width: 450px;
height: 450px;
position: absolute;
top: 50%;
left: 50%;
margin: -225px 0 0 -225px;
background: url(../img/fallback.jpg) no-repeat 50%;
text-indent: -999em;
overflow: hidden;
}

p.download a {
position: absolute;
left: 120px;
top: 265px;
width: 210px;
height: 25px;
}
