html,body{ width: 100%; height: 100%; padding: 0; margin: 0; }
body{ font: normal 12px Arial; }

img{ border: none; }

.main
{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#content
{
    position: relative;
    margin: 0px auto;
    width: 1020px;
    height: 600px;
}

#heading
{
    position: absolute;
    left: 30px;
    top: 20px;
    width: 960px;
    height: 111px;
    background-image: url(img/heading.png);
    background-repeat: no-repeat;
}

#slider
{
    position: absolute;
    top: 160px;
    left: 30px;
    width: 960px;
    height: 380px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1;
}

#sliderContent
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    text-align: left;
    left: 10px;
}
#sliderContent img{ display: block; }

#pages
{
    position: absolute;
    width: 500px;
    height: 40px;
    left: 260px;
    top: 555px;
    text-align: center;
    z-index: 3;
    display: table-cell;
}
#pages div
{
    width: 30px;
    background-color: #d6d6d6;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    z-index: 2;
    font: bold 14px Arial;
    padding: 5px 0px 5px 0px;
    line-height: 20px;
    opacity: 0.5;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
#pages div:hover{ opacity: 1; }
#pages div.active,.active{ opacity: 1; }

#slideLeft,#slideRight
{
    position: absolute;
    width: 45px;
    top: 310px;
    height: 45px;
    background-color: #d6d6d6;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    z-index: 2;
    font: bold 30px Arial;
    line-height: 45px;
    opacity: 0.4;
    cursor: pointer;
}
#slideLeft{ left: -2px; }
#slideRight{ right: -2px; }
#slideLeft:hover,#slideRight:hover{ opacity: 1; }

#hasa,#uyk,.copy,#opif
{
    position: absolute;
    top: 560px;
}
#hasa{ left: 45px; }
#uyk{ right: 30px; }
#opif
{ 
    top: 620px; 
    width: 500px; 
    left: 260px; 
    text-align: center; 
    color: #bdbdbd;
}
#opif a,#opif a:hover,#opif a:active,#opif a:visited{ color: #bdbdbd; text-decoration: none; } 

.copy
{
    font-size: 14px;
    line-height: 16px;
    left: 30px;
}

