﻿.Header
{
    width: 930px;
    height: 50px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../Images/Header.png');
    top: 0px;
    left: 0px;
}
.Menu
{
    width: 930px;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    position: relative;
    background-image: url('../Images/menuBG.png');
    background-repeat: repeat-x;
}
.BodyBanner
{
    position: relative;
    width: 930px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    top: 0px;
}
.BodyNews
{
    position: relative;
    width: 930px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../Images/haberBackground.jpg');
}
.BodyTab
{
    width: 930px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
}
.Footer
{
    position: relative;
    width: 930px;
    height: 24px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../Images/Footer.png');
    background-repeat: no-repeat;
    margin-top: 5px;
}
.UrunBanner
{
    width: 930px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
