﻿html {
    position: relative;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

TABLE {
    border-collapse: collapse;
}

IMG {
    border: 0px black none;
}

BODY {
    width: 100%;
    height: 100%;
    background-color:#364255;
}

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: none !important;
    outline-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

A, A:visited {
    text-decoration: none;
}

li {
    list-style-type: none;
}

A:hover {
    text-decoration: none;
}

.font-open {
    font-family: 'Open Sans Condensed', sans-serif;
}

.giris-container {
    margin-left: auto;
    margin-right: auto;
    width: 830px;
}