html {
width: 100%;
height: 100%;
overflow: hidden;
}

body {
width: 100%;
height: 100%;
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow: hidden;
}

#swf {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}

#alt {
color: #999999;
margin-left: 30px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 0px;
}

a:link {
color: #999999;
text-decoration:underline;
}

a:visited {
color: #999999;
text-decoration:underline;
}

a:active {
color: #999999;
text-decoration:underline;
}

a:hover {
color: #999999;
text-decoration:underline;
}