html{
    background: #000 url('../images/back.jpg') fixed center top no-repeat;
    background-size: cover;
    margin: 0 auto;
}

body{
	text-align:left;
	font-family: 'Exo 2', sans-serif;
	padding-bottom: 80px;
}

table { border-collapse: separate; border-spacing: 5px;}

img{ border:0;}

strong {
    font-weight: 600;
}

::-moz-selection {
	background: #ff009c;
	color: #fff;
}

::selection {
	background: #ae0b0b;
	color: #fff;
}

a, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.link2{
	color: #666;
}

.yesil{
	color: #8cb300;
}

.bold-white{
	color: #fff;
	font-weight: bold;
}

.bold-blue{
	color: #b1d8ff;
	font-weight: bold;
}

.bold-green{
	color: #e5faff;
	font-weight: bold;
}

.baslik{
    text-transform: uppercase;
	color: #a9a9a9;
	font-size: 14px;
	padding: 15px;
	margin-top: 15px;
	text-shadow: 0 1px 0 #000;
}

#en-ust{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding: 5px;
	background: rgba(255, 255, 255, 0.2);
}

#en-ust #kayitol{
	margin-right: 20px;
}

#kayitol a{
	color: #fff;
}

#ust{
	height: 140px;
	margin: 0 20px;
}

#logo{
	float:left;
	margin: 35px 10px 0 -10px;
}

#medya{
	float:right;
	text-align:right;
	margin:70px 10px 0 0;
}

#medya a{
	margin-left: 5px;
}

#icerik{
	margin: 0 20px 2px 20px;
	padding-bottom: 40px;
	box-shadow: 0 15px 10px 5px #000;
    background: #de8d00;
}

.tasiyici{
	width: 1200px;
	margin : 0 auto;
	overflow: hidden;
}

#menu{
	height: 44px;
	font-size: 16px;
	border-bottom: 2px solid #000;
	background-color: #de8d00;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#menu ul{
	z-index: 1;
	padding: 0;
	margin: 0;  
}

#menu a{
	float:left;
	cursor:pointer;
	line-height: 20px;
	margin-right: 2px;
	padding: 12px 20px 12px 55px;
}

#menu a, #menu a:visited, #menu a:link{
    color: #fff;
    text-decoration: none;
}

#menu a:hover, #menu a.aktif{
    text-shadow: 0 -1px 0 #000;
    background-color: #191919;
}

#menu_anasayfa{
	float: left;
	height: 20px;
	padding-left: 45px !important;
	background: url('../images/m_anasayfa.png') no-repeat 20px center;
}

#menu_oyunsunuculari{
	padding-left: 55px !important;
	background: url('../images/m_games.png') no-repeat 20px center;
}


#menu_sessunuculari{
	padding-left: 50px !important;
	background: url('../images/m_voice.png') no-repeat 15px center;
}

#menu_vps{
	padding-left: 55px !important;
	background: url('../images/m_indir.png') no-repeat 20px center;
}

#menu_steam{
	padding-left: 55px !important;
	background: url('../images/m_steam.png') no-repeat 15px 13px;
}

#menu_panel{
	padding-left: 50px !important;
	background: url('../images/m_panel.png') no-repeat 15px center;
}

#menu_crosshair{
	padding-left: 50px !important;
	background: url('../images/m_crosshair.png') no-repeat 15px center;
}

#menu_iletisim{
	padding-left: 50px !important;
	background: url('../images/m_iletisim.png') no-repeat 15px center;
}

.bilgi{
    overflow: hidden;
	margin-bottom: 10px;
	padding: 10px 10px 20px 25px;
    background-color: rgba(99, 99, 99, 0.10);
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.bilgi .kutucuk{
	float: left;
	width: 320px;
    height: 90px;
	margin-right: 55px;
	background-position: 10px 45px !important;
}

.bilgi .kutucuk:last-child{
	margin-right: 0;
}

.bilgi .baslik{
    display: inline-block;
	color: #ffffff;
	padding: 5px;
	font-size: 12px;
    font-weight: bold;
    background: #212121 url('../images/stripe.png');
	margin-top: 0;
    border: 1px solid #222;
    border-radius: 5px;
}

.bilgi .aciklama{
	color:#fff;
	padding: 10px 0 0 75px;
	font-size: 13px;
	line-height:18px;
}

.bilgi #cc{
	background: url('../images/bilgi_cc.png') no-repeat;
}
.bilgi #mobil{
	background: url('../images/bilgi_mobil.png') no-repeat;
}
.bilgi #teknikdestek{
	background: url('../images/bilgi_yardim.png') no-repeat;
}
.bilgi #kontrol{
	background: url('../images/bilgi_kontrol.png') no-repeat;
}
.bilgi #erisimsuresi{
	background: url('../images/bilgi_ms.png') no-repeat;
}
.bilgi #anindateslimat{
	background: url('../images/bilgi_aninda.png') no-repeat;
}

#kurumsal{
    font-size: 13px;
	width: 475px;
	float:left;
	color: #fff;
	padding: 20px 35px;
	line-height: 24px;
    text-shadow: 0 -1px 0 #000;
}

#sozlesmeler{
    font-size: 13px;
	float:right;
	color: #fff;
	padding: 20px 35px;
	line-height: 24px;
    text-shadow: 0 1px 0 #000;
}