body{
    background-image: url('/wynaweb/assets/img/stars.jpg');
    background-repeat: repeat;
    color: lime;
}

#pageHeader
{
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#pageContainer
{
    width: 600px;
    margin: 0 auto;
}

#pageBody
{
    height: 600px;
}