/* 
    Document   : splash
    Created on : 05-Aug-2010, 15:47:58
    Author     : Matthew Jones
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

a img
{
    border:0;
}
body
{
    background:url(../images/splash/background.jpg) repeat-y #010101;
    margin:0;
    padding:0;
    font-family:Arial;
}

#wrapper
{
    margin:0 auto;
    width:560px;
}

#flags
{
    margin-top:20px;
    text-align:right;
}

#content
{
    margin-top:0;
}

#content h1
{
    font-size:16px;
    color:#999;
    font-weight:normal;
}

#content p
{
    color:#999;
    line-height:1.45;
    font-size:14px;
}

.nav-box
{
    float:left;
    width:245px;
    margin-right:70px;
}

.enter
{
    display:block;
    width:245px;
    background:url(../images/splash/enter.jpg) 180px 2px no-repeat;
    text-align:center;
}

.enter a:link, .enter a:visited
{
    font-size:14px;
    color:#999;
}

.enter a:hover
{
     font-size:14px;
    color:#fff;
}
