﻿body
{
    background-color: Black;
    color: White;
    font-family: Segoe UI, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-image: url('images/background.jpg');
    background-repeat: no-repeat ;
}

input
{
    background-color: #330000;
    color: White;
    font-family: Segoe UI, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px red;
}

a
{
    color: Red;
    text-decoration: none;
}

a:hover
{
    color: Black;
    background-color: Red;
}


.divLogin
{
    float: right;
  
}
.divNavigation
{
    
    float: left;
    /*
    position: fixed;
    width: 15%;
    height: auto;
    top: 100px;
    right: auto;
    bottom: 100px;
    left: 5%;
    */
    
}
.divContent
{
    
    
    margin-left: 180px;
    
    
    
    
    
}
.divFooter
{
    
    
    font-size: x-small;
    color: Gray;
}

