html {
min-width:100%;
height: 100%;
}

body {
font: 11px/12px Arial, Helvetica, sans-serif;
color:white;
text-align:center;
background: black;
margin:0;
padding:0;
height: 100%;
}

#global {
position:absolute;
color:white;
left: 50%; 
top: 50%;
width: 350px;
height: 300px;
margin-top: -150px;
margin-left: -175px; 
}

#global h1 a{
background: url(../imgs/enter.jpg) no-repeat;
display: block;
text-decoration: none;
text-indent: -9999px;
width: 350px;
height: 300px;
}

#flashmovie{
position: absolute;
background: transparent;
width:100%;
height:100%;
z-index:2;
left:0;
bottom:0;
}

p{
margin-top:100px;}

* {
margin: 0;
padding: 0;
border: 0;
}

img {
margin: 0;
padding: 0;
border: 0;
}
