* { padding: 0; margin: 0; }

body 
{
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-size: 14px;
 background: #cccccc;
}


#wrapper 
{ 
 margin: 0 auto;
 width: 922px;
}


#header 
{
 color: #333;
 width: 600px;
 padding: 10px;
 height: 170px;
 margin: 100px 0px 5px 150px;
 border: 2px solid green;
 background: #ffffff;
}

#content
{
 color: #ffffff;
 width: 150px;
 padding: 10px;
 height: 30px;
 margin: 150px 0px 5px 370px;
 border: 2px solid green;
 background: #339900;
}


#poscenter
{
   text-align:center;
}

a:link {color:#ffffff;text-decoration:none}    /* unvisited link */
a:visited {color:#ffffff;text-decoration:none} /* visited link */
a:hover {color:yellow;text-decoration:underline}   /* mouse over link */
a:active {color:#336600;text-decoration:underline}  /* selected link */

