@charset "utf-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
height: 100%;
}

#swfContainer {
height: 100%;
text-align: center;
}

img {
border: none;
}

/* index.html */
#container {
position: relative;
height: 100%;
background: #ffffc7;
}

#main {
position: absolute;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -180px;
text-align: center;
}

#above {
width: 400px;
margin-bottom: 30px;
}

h1 {
width: 400px;
display: block;
margin-bottom: 20px;
}

#entrance {
outline: none;
}

