body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #666666;
}

blockquote 
{
	display: block;
	padding: 0 60px;
	width: 500px;
	color:#FFFFFF;
	font-size:14px;
	cursor:default;
}
blockquote:before, blockquote:after 
{
	color: #CCCCCC;
	display: block;
	font-size: 700%;
	width: 50px;
}
a img
{
	border: none;
	margin: 5px;
}
p
{
	cursor:default;
}
#warning
{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
	
}

#bg { position: fixed; top: 0; left: 0; z-index: -999 }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#logo
{
	position: absolute;
	left: 50px;
	top: 15px;
	width: 240px;
	height: 75px;
	background-image:url(../img/logo.png)
}
#menu
{
	position: absolute;
	right: 50px;
	top: 25px;
	width: 350px;
	height: 35px;
}
#sub_menu
{
	position: absolute;
	display: none;
	z-index: 9999;
}
	.film_item
	{
		margin-top: 5px;
		border-left: 5px #c26468 solid;
		background-color: #333333;
		color: #FFFFFF;
		font-size: 10px;
		cursor: pointer;
		padding: 2px 3px 2px 3px;
	}
#content
{
	margin: 0px auto;
	margin-top: 100px !important;
	padding: 10px;
	width: 1000px;
	overflow: auto;
}
#footer
{
	position:absolute;
	bottom: 5px;
	text-align:center;
	width:100%;
	font-size: 10px;
	color:#FFFFFF;
	cursor:default;
}
/*#content div
{
	border: #CCCCCC dotted thin;
}
 home.html >>> Anasayfa class atamalar */
#main_left
{
	width: 300px;
	height: 400px;
	float: left;
}
	#left_name
	{
		color:#CCCCCC;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		height: 30px;
		cursor:default;
		text-align:center;
	}
	#left_foto
	{
		margin-top: 10px;
		height: 360px;
	}
#main_right
{
	float: left;
	width: 666px;
	margin-left: 10px;
	padding-top: 150px;
}
/*   FİLM CLASS ATAMALARI*/
.kunye_film
{
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}
.kunye_baslik
{ 
	font-weight:bold;
}
.film_menu
{
	border-left: #333333 solid 3px;
	padding: 2px 3px;
	cursor:pointer;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.film_menu:hover
{
	border-left-color: #CCCCCC;
	color:#FFFFFF;
}