body {
    font-family:arial;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}
a {color: #E9488B; text-decoration: underline}
a:hover {text-decoration: none}
#pageContainer {
    width: 990px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/bkg.png) bottom left repeat-y;
}
#header {
    background: url(../img/header.jpg) top left no-repeat;
    height: 590px;
    position: relative;
}
#header h1 {
    font-size: 13px;
    text-align: center;
}
#menuShops {
    height: 41px;
    width: 984px;
    margin: 0 auto;
    background: url(../img/menu.png) top left no-repeat;
}
#menuShops a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: block;
    height: 30px;
    padding: 7px 0 0;
}
#menuShops div.link {
    float: left;
    padding: 0;
    padding-left: 11px;
    width: 109px;
    text-align: center;
}
#menuShops div.link.nakupnicentrum-cz {
    width: 128px;
}
#infoLeft,#infoRight {
    position: absolute;
    font-weight: bold;
    width: 300px;
    bottom: 120px;
    text-align: justify;
}
#infoLeft {
    left: 40px;
}
#infoRight {
    right: 50px;
	bottom: 125px
}

#main {
    position: relative;
    margin: 0;
    padding: 0;
    width: 990px; 
    height: 2890px;
    z-index: 50;
}
#footer {
    z-index: 101;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;
}

#footer p {margin: 15px 10px}

.column {
    width: 488px;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
}
#women {
    top: 0;
    left: 0;
}
#men {
    top: 0;
    right: 14px;
}
.column h2 {
    display: none;
}
.column img {
    border: 0;
    margin: 0;
    padding: 0;
}
#footer h2 {
    font-size: 13px;
    text-align: center;
}

