/* CSS Document */
html, body, #container  {
    height:680px;
}
body {
    font: 11px Arial, sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    margin:0; 
    padding:0; 
    /*overflow:hidden;*/
}
#no_flash {
    margin-top: 80px;
    text-align: center;
    /*height:100%; */
}
img {
    border:0px;
}
h1 {
    color: #000000;
    font-size:13px;
	font-weight: bold;
}
h2 {
    color: #FFFFFF;
    font-size:13px;
	font-weight: bold;
}
p {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
    color: #FFFFFF;
	text-decoration: none;
}
a:visited {
}

a:hover {
    text-decoration: underline;
}
a:active {
}
