#header .pageWidth .pageContent
{
    position: relative;
    text-align: center;
}
.header-text
{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.header-right
{
    position: absolute;
    right: 0;
}
@media (max-width:610px)
{
    .header-text, .header-right { display: none; }
}