body {background-image:url('Images/plate.jpg');
background-attachment:fixed;}

p,a{font-family: Courier New,Courier,monospace;
font-size:18px;
font-style:normal;
color: rgb(51, 255, 51);}

a:link {color: green;}
a:visited {color: green;}
a:hover {color: cyan;}
a:active {color: green;}

h1{font-family:Courier New,Courier,monospace;
font-size:36px;
font-style:bold;
color: rgb(51, 255, 51);}

h2{font-family:Courier New,Courier,monospace;
font-size:28px;
font-style:bold;
color: rgb(51, 255, 51);}

h3{font-family:Courier New,Courier,monospace;
font-size:18px;
font-style:bold;
color: rgb(51, 255, 51);}

table{table-layout:fixed;
width:100%;
text-align:left;
border:0;
padding:0;
border-spacing:5px;}

#logo {
    text-align:center;
    width: 22%;
    float:left;
    padding:5px;
}
#header {
    text-align:left;
    width: 50%;
    float:left;
    padding:20px;
    background-color: rgb(51, 51, 51);
}
#pictureheader {
    text-align:center;
    width: 50%;
    float:left;
    padding:0;
    background-color: rgb(51, 51, 51);
}
#videoheader {
    text-align:center;
    width: 50%;
    float:left;
    padding:0;
    background-color: black;
}
#navbuttons {
    text-align:center;
    width:22%;
    float:left;
    padding:5px; 
}
#section {
    width:72%;
    height:690px;
    float:left;
    padding:10px;
    background-color: rgb(51, 51, 51); 
}
#tablesection {
    display:table-cell;
    overflow:auto;
    width:72%;
    height:690px;
    float:left;
    padding:10px;
    background-color: rgb(51, 51, 51); 
}
#thriding {
    text-align:center;
    width:24%;
    height:190px;
    float:left;
    padding:5px; 
}
#footer {
    text-align:center;
    width:72%;
    height:60px;
    float:left;
    padding:5px;
}
#login {
    position: relative;
    top: 100px;
    left: 250px;
    height:200px;
    width:300px;
    float:left;
    padding:10px;
}
