﻿body 
{
    font-family:Orator Std, Arial, Helvetica, Sans-Serif;
    font-size:12px;
    color:#333333;
}

a
{
    color:#0000ff;
    text-decoration:none;
}

a:hover
{
    color:#ff4a00;
    text-decoration:none;
}

#Wrapper
{
    width:700px;
    height:460px;
    margin:0px auto;
    padding:30px 0px;
}

#BoxWrapper
{
    width:620px;
    height:420px;
    padding:20px 40px;
    background-image:url(../images/boxbackground.png);
    background-position:top center;
    background-repeat:no-repeat;
}

#Box
{
    width:600px;
    height:400px;
    border:10px solid #235397;    
}