﻿#friendly
{
    position:absolute;
    left:330px;
    top:178px;
    width:296px;
    height:159px;
    background-image:url(../Images/script_friendly_large.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

#atmosphere
{
    position:absolute;
    left:689px;
    top:543px;
    width:286px;
    height:147px;
    background-image:url(../Images/script_atmosphere_large.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

#mainText
{
    left:85px;
    top:370px;
    height:250px;
    width:370px;
    overflow:auto;  
}

#bodyText
{
    padding-left:10px;
    border-left:solid 1px #cccccc;  
}

/* Ensure the email link is not overlapped (and wont work) */
/* by the script text */
#email
{
    z-index:2000;
}

