body {
	margin: 0px;
	background-image: url(resimler/arkaplan/arkaplan-ust.gif);
	background-repeat: repeat-x;
	background-color: #edf1f4;
}

td, th {
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a, a:visited, a:hover, a:active {
	color: #ff6600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	color: #666666;
}

h1 {
	border: 0px;
	margin: 0px;
	color: 0066cc;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing: 1px;
}

h2 {
	border: 0px;
	margin: 0px;
	color: ff6600;
	font-size: 12px;
	font-family: Tahoma;
}

h3 {
	border: 0px;
	margin: 0px;
	color: #6C0;
	font-size: 12px;
	font-family: Tahoma;
}

a img {
	border: 0;
}

img.uygulama {
	border: 1px solid #CCC;
	padding: 5px;
}

ul { 
	margin: 0px;
	padding-left: 13px;
	line-height: 18px;
	list-style-image: url(resimler/yayin/ul.gif);
}

ol { 
	margin: 0px;
	padding-left: 18px;
}

#arkaplan {
	width: 100%;
}

#arkaplan-ust1 {
	width: 900px;
	background-image: url(resimler/arkaplan/arkaplan-orta.gif)
}

#arkaplan-ust2 {
	width: 900px;
	background-image: url(resimler/arkaplan/arkaplan-ust-banner.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#arkaplan-alt {
	width: 100%;
	height: 140px;
	background-image: url(resimler/arkaplan/arkaplan-alt.gif);
	background-repeat: repeat-x;
}

#arkaplan-alt1 {
	width: 900px;
	height: 140px;
	background-image: url(resimler/arkaplan/arkaplan-alt1.gif);
}

#anasayfa-baslik {
	width: 544px;
	background-image: url(resimler/arkaplan/arkaplan-anasayfa-baslik.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 460px; 
    height: 280px;  
    text-align:center;
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}