/* CSS Document */
body
{

}

#centered
{
 position: fixed;
 top: 50px;
 left: 50%;
 
 margin-left: -384px;

}

