/* CSS Document */
html, body, #container  {
    height:100%;
}
body {
    font: 11px Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
    margin:0; 
    padding:0; 
    overflow:hidden;
}
#container {
    height:100%;  
}

#alternativeContent {
    margin-top: 80px;
    text-align: center;
    height:100%;
}

h2 {
    color: #14a3cd;
    font-size:13px;
	font-weight: bold;
}

p {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a:active {
}

