@charset "utf-8";
/* CSS Document */

html, body, #swfContainer {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background: #000;
}

#swfContainer {
position: relative;
}

#notice {
width: 450px;
height: 220px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -225px;
margin-top: -110px;
}

img {
border: none;
}
