.pageLayout
{
width:100%;
height: 1400px;
}
.pageBkg
{
background-image:url('../images/page_background.png');
background-repeat: repeat;
}
.pageLayoutCenter
{
height: auto;
/*height:1200px*/
/*height:2150px;*/
padding:0 10% 0 10%;
}
/*Mario wants red-links*/
a {
    color: darkred;
}
