body    {
        background-color:#FFFFAC;        
}

.text    {
         position:absolute;
         margin-top:100px;
         margin-left:40px;
         width:800px;
         padding:50px 50px;
         font-family: 'trebuchet ms', helvetica, sans-serif;
         font-size:15px;
}
h2   {
        font-family: georgia;
        font-size:20px;
        font-weight:bold;
        text-align:center;
}
h1  {
        position:absolute;
        font-family: georgia;
        font-size:40px;
        text-align:center;
        margin-top:-80px;
        margin-left:130px;
}
#container {
    border: solid 1px blue; height: 600px;
}