﻿html, body 
    {
	    height:100%;
	    width:100%;
	    margin: 0;
	    padding: 0;
	    border: none;
	    text-align: center;
	    font-family:  Verdana;
	    font-size: 10px;
	    color: #000000;
	    text-align:center;
    }


.cssDivBody
    {
        width: 450px;
	    height: 500px;
	    position:absolute;
	    top:100px;
	    left:50%;
	    margin:0 0 0 -225px;
	    z-index:0;
    }

a
    {
        outline : none;
        -moz-outline: none;
    }


/* STYLE HOME */

/*      TESTATA */
.cssDivTestata
    {
        width: 450px;
	    height: 320px;
	    background: url('../img/home/el_logo.gif') no-repeat top center;
    }
    
/*      CORPO */
    
.cssDivCorpo
    {
        width:450px;
        height:130px;
    }
    
/*      PIEDE */
    
    
.cssDivPiede
    {
        width:450px;
        height:40px;
    }

/* LINK MAIL */
.cssLinkMail a
    {
        font-size:11px;
	    color: #8F95C3;
	    text-decoration: none;
    }
.cssLinkMail a:hover
    {
        font-size:11px;
	    color: #98B93F;
	    text-decoration:underline;
    }
    
/* LINK CREDITS */
.cssLinkCredits
    {
        float:right;
        width:75px;
    }
.cssLinkCredits a
    {
	    color: #666666;
	    text-decoration: none;
    }
.cssLinkCredits a:hover
    {
	    color: #B0C600;
	    text-decoration:underline;
    }
