*
{
    margin:0;
    padding:0;
}

body 
{
    background-color: #FFF;
    width  : 100%;
    height : 100%;
    margin : 0;
    text-align:center;
}

#google_analytics
{
    position:absolute; 
    width:1px; 
    height:1px; 
    z-index:1; 
    left: -3000px; 
    top: -3000px; 
    overflow: hidden; 
    visibility: hidden;                
}
#site
{
    z-index:1;
}
#alter
{
    z-index:-1;
}

/*  alternate   */
#alter
{
    border: 1px solid #000;
    margin: 0 auto;
    margin-top: 3em;
    padding: 2em;
    text-align: left;
    width: 400px;
}

#alter h1, h2
{
    font-family:Georgia,"Times New Roman",Serif;
    font-weight:normal;
}

#alter h1
{
    font-size: 28px;
    margin-bottom: 12px;
}

#alter h2
{
    font-size:20px;
    margin-bottom: 10px;
}

#alter p
{
    font-family:Arial,Sans-Serif;
    font-size:12px;
    margin-bottom: 12px;
}

#alter a
{
    color:#000;
}

#alter a:visited
{
    color:#000;
}

