/* GENEL STİL TANIMLARI */

	body
	{
		margin: 0px;
		background-color: #FFFFFF;
		font-family: Verdana, sans-serif;
		font-size: 13px;
		line-height: 20px;
	}

	a:link, a:active, a:visited
	{
		color: #000000;
		text-decoration: none;
		border-style: dashed;
		border-width: 0px 0px 1px 0px;
		border-color: #5C485B;
	}

	a:hover
	{
		color: #5C485B;
	}

	a img
	{
		border-width: 0;
	}

	a.Image
	{
		border-width: 0;
	}

	h1
	{
		font-size: 25px;
		line-height: 35px;
		margin: 0px;
		padding: 0px;
	}

	h1 a:link, h1 a:visited, h1 a:active, h1 a:hover
	{
		color: #000000;
		text-decoration: none;
		border-style: none;
	}

	img
	{
		vertical-align: middle;
	}

/* GENEL STİL TANIMLARI BİTTİ */

div.Content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40%;
	background-color: #9CFF00;
	color: #000000;
	padding: 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #63CE00;
}

div.Content.About
{
	z-index: 4;
	top: 10px;
	left: 50px;
	height: 250px;
	overflow: auto;
	background-color: #D866DB;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	border-color: #C53FAA;
}


div.Content.Demo
{
	z-index: 3;
	top: 280px;
	left: 90px;
	height: 220px;
	overflow: auto;
	background-color: #FFFF00;
	font-family: Courier, sans-serif;
	border-color: #C53FAA;
}

div.Content.Download
{
	z-index: 5;
	top: 100px;
	left: auto;
	right: 40px;
	height: 300px;
	overflow: auto;
	font-family: Georgia, sans-serif;
	font-size: 13px;
	line-height: 23px;
	border-color: #4DBD40;
}

div.Content.Community
{
	z-index: 5;
	top: 420px;
	left: auto;
	right: 60px;
	background-color: #FFD280;
	border-color: #DD8F00;
}

div.Content.Copyright
{
	z-index: 1;
	top: 520px;
	left: 70px;
	background-color: #8042FF;	
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	border-color: #32009B;
}

div.Languages
{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: auto;
	right: 0px;
}

div.Content.Copyright a:link, div.Content.Copyright a:visited, div.Content.Copyright a:active, div.Content.Copyright a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}