/* Put any classes and ID properties that are specific to a language */

/* start index.css */

.index_catcher_text
{
    left: 10px; 
}

#upgrade
{
    left: 60px;
}

/*end index.css*/

/* start purchase.css */

#XP
{
    position: relative;
    float: left;
    background: url('/images/xPort_p.png') no-repeat;
    width: 933px;
    height: 115px;
    margin-top: 10px;
}

#XP span
{
    color: #970f00;
}

/* end purchase.css */