html, body, div {
    margin: 0;
    padding : 0;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
	font-family: courier;
    text-align: center;
	background-color:#000;   
}

div#swf {
    background: none;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
}

p {
	font-size: 0.8em;
	color: #fff;
	padding: 0 0 0 10px;
}

div#swf p {
	text-align:left;
	width:400px;
	margin:auto;
}

a {
	color: #00fefc;
	text-decoration: none;
}

#footer {
	margin:0px;
	padding:0px;
	height:2%;
	font-family:arial;
	font-size:9px;
	color:#666;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:0;
}

#footer a {
	color:#666;
	margin-right:16px;
}

#footer a:hover {
	text-decoration:underline;
}