@charset "iso-8859-9";
html, body{
        padding: 0px;
        margin: 0px;
		background-color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;

}
html {
overflow: auto;
}
#bg {
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#page {
	height: 45px;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 1%;
	bottom: 10%;
}
#pagecont {
	width: 100%;
	position: absolute;
	height: auto;
	z-index: 4;
	text-align:left;
	margin-top: 45px;
	top: 10%;
}
#cont {
	width: 850px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Tahoma;
	font-size: 11px;
	height: auto;
	overflow: hidden;
}
#panel1 {
	float: left;
	height: 305px;
	width: 258px;
	margin-right: 8px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	background-color: #FFFFFF;
	padding: 10px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
#panel2 {
	float: left;
	height: 305px;
	width: 258px;
	margin-right: 8px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	background-color: #FFFFFF;
	padding: 10px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
#panel3 {
	float: left;
	height: 305px;
	width: 258px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	background-color: #FFFFFF;
	padding: 10px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
#panel4 {
	float: left;
	width: 850px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
	padding: 11px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.baslik {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003300;
	float: left;
	height: 50px;
	overflow: hidden;
	width: 100%;
}
.resim {
	height: 100px;
	width: 100%;
	background-color: #CCCCCC;
	float: left;
	overflow: hidden;
}
.yazi {
	float: left;
	height: 250px;
	width: 100%;
	overflow: auto;
	margin-top: 5px;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
}
.yazi2 {
	float: left;
	width: 830px;
	margin-top: 5px;
	font-weight:normal;
	overflow: hidden;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
