﻿body 
{
    position:relative;
    padding: 0;
    margin: 0;
    background: #000 url(../i/sfondo.jpg) no-repeat;
    background-position: center top;  
}

#flash 
{
    width: 1000px;
    height: 637px;
    margin: 0 auto;
}
#footer 
{
    font-family:Arial,Helvetica,sans-serif;
    width: 1000px;
    height: 57px;
    margin: 0 auto;
}
#powered 
{
    float: right;
    text-align: right;
}

img 
{
    border: none;
}

#copy {
    float: left;
    font-size: 9px;
    color: #0686b5;
    margin-top: 10px;
}

