body
{
    width:100%;
    height:100%;
    background-color:black;
}

header
{
    position: absolute;
    margin-top:0px;
    padding-top:0px;

}

h1
{
    text-align:center;
}

footer
{
    border-top: 2px solid white;
    padding-top: 10px;
    padding-left:30px;


    height: 70px;
    width:100%;
    position:fixed;
    bottom:0px;
    background-color:#4ba7d4;
    color: white;
}

.navbar
{
    background-color:#4ba7d4;
    border-bottom: 2px solid white;
}

main
{
    padding-top: 200px;
    padding-bottom: 200px;
    margin:auto;
}

#logo
{
    margin-left:10px;
    margin-top:5px;
}

fieldset
{
    margin:50px;
}

#rad
{
    margin-right:10px;
}

#cd
{
    margin-top:60px;
    text-align:center;
}
