﻿body 
{
    background-color:Gray;
    font-family:Arial;
    font-size:small;
    font-style:normal;
    font-weight:normal;
    color:White;
    margin: 20px;
    
}

a
{
    text-decoration: none;    
    color:Orange;
}

a:visited
{
    text-decoration: none;
    color:Silver;
}

a:hover
{
    text-decoration: none;
    color:White;
}

table
{
    border-style:none;
}

thead
{
    font-size:large;
}

.Intestazione
{
    font-size:large;    
    max-width:800px;
}


.VideoPlayer
{
    background-color:Black;

}


div#Struttura
{
    width : 800px;
    height:800px;
    margin: 0 auto;
    background-color:Black;
}

div#Intestazione
{
    position:relative;
    font-size:large;    
    max-width:800px;
    width : 800px;
	height : 80px;
	top:30px;
}

div#linea
{
    position:fixed;
    top:300px;    
    width:auto;
    height:1px;
}

div#Menu
{
    text-transform:capitalize;
    font-variant:small-caps;
    position:relative;
    top:30px;
    font-size:10pt;
    width:130px;
    height:300px;
}

div#Principale
{
    position:relative;
    top:-250px;
    left:130px;    
}

div#Footer
{
    font-family:Arial;
    font-size:smaller;
    text-align:left;
    position:relative;
    top:600px;
    height:10px;
}

div#gallery
{
    position:absolute;
    margin:0 auto;
    border-style:solid;
    border-width:thin;
    background-color:Black;
    
}

div#VideoPlayer
{
 /*   position:relative;
    top:300px;
    left:400px;    
*/
}

iframe#MainFrame
{
    background-color:Black;
    border-style:none;
}

table#MenuTable
{
    text-align:right;
    height:200px;
}