.baslik {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.sayfa_baslik {
	color: #f5e70d;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			 background:url(images/menu_03.png);
			 background-repeat:repeat-x;
			
			/* These have no effect on the functionality */
			width: 100%;
			margin: 0 auto;
			
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
		}
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
			padding: 20px 0 0 0;
		}
		.asadbaslik {
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.asadbaslik:link {
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
}

.asadbaslik:visited {
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
}

.asadbaslik:hover {
	color: #F00;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}
