﻿#welcome 
{ 
    margin: 0px auto; 
    width: 100%; 
    left:0px; 
    right:0px; 
    top:0px; 
    position: static;
    background: #FFFFE1; 
    display: none;

}

#welcome a, #welcome a:link, #welcome a:visited, #welcome a:active 
{
    color: #000;
    background: #FFFFE1 url(http://img396.imageshack.us/img396/5451/warningrg7.gif) no-repeat fixed .3em .3em;
    text-decoration: none; 
    cursor: default;
}

#welcome a:hover 
{
    color: #FFF;
    background: #3169B6 url(http://img396.imageshack.us/img396/5451/warningrg7.gif) no-repeat fixed .3em .3em;
}

#welcome p
{
    text-align: center;
    margin:0px;
    padding: 1em 0em 1em 22px;
    font-size:2em;}
#welcome .close 
{
    right: 0px;
}