html
{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body
{
    height: 100%;
    background-color: #0055a0;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
	font-weight: bold;

}
a, a:link, a:visited, a:active
{
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 14px;
	text-align:center:
}
p
{
    background-color: transparent;
}
#fullHeight
{
    height: 100%;
    min-height: 100%;
    width: 100%;
    padding: 0;
    position: static;
}
#wrap
{
    width: 503px;
    height: 261px;
    z-index: 1;
    position: relative;
}
#links
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
	font-size:14px;
    vertical-align: middle;
    padding-top: 10px;
}

#links a, #links a:link, #links a:active, #links a:visited, #links a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    text-decoration: none:;
}


