html {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow: hidden;
	background-color: #000000;
	/*font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";*/
	font-size: 12px;
}

#bayrak{
    background: url("../images/basimiz_sagolsun.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-indent: -1000px;
    top: 0;
    width: 100px;
    z-index: 1000;
}

.left_row {
	float: left; 
	position: relative; 
	border:0px;
	margin-top: -87px; 
	margin-left: -15px;
	outline: medium none; 
	top: 50%; 
	z-index: 10;
}

.right_row {
	float: right; 
	position: relative; 
	border:0px;
	margin-top: -87px; 
	margin-right: -15px;
	outline: medium none; 
	top: 50%; 
	z-index: 10;
}

.muslum_movie {
	height: 100%; 
	width: 100%; 
	margin: 0; 
	padding: 0;
	z-index: 5;
}

.mesajlar {
	position: fixed; 
	background-color: #FFFFFF; 
	bottom: 35px; 
	/*cursor: pointer; */
	height: 20px; 
	padding: 1px; 
	width: 100%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}