@import url('fonts/fonts.css');
@import url('reset.css');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

body,td,th {
	font-family: graublauweb-webfont; font-size: 13px; color:#384a5e;
}
body {
	margin-left:0px; margin-top:0px; margin-right:0px; background-color: #FFF;
}
#sayfa {
	width: 100%; position: relative; height: auto;
}
.logo {
    width:330px;
    height:66px;
    margin:50px auto;
}
.index-gorsel {
    width:600px;
    height:398px;
    margin:auto;
    position:relative;
    
}
    .index-gorsel img {
        border-radius:5px;
    }
.opacity {
    width:300px;
    height:auto;
    position:absolute;
    top:100px;
    left:150px;
    
    filter:alpha(opacity=60);
        /* CSS-3 standart kodu */
     opacity:0.6;
}
.bilgiler {
    width:280px;
    height:auto;
    position:absolute;
    top:160px;
    left:160px;
    background:url(images/bg.png) repeat;
    text-align:center;
    font-size:20px;
    border-radius:5px;
    padding:20px;
    font-family:Arial;
    color:#202020;
}