﻿body, html
{
	margin: 0;
	padding: 0;
	font: 12px 'Lucida Grande', Verdana, sans-serif;
	background-color:#1d1d20;
	color: #b3b3bb;
}
#main
{
	width:960px;
	margin:10px auto 0 auto;
	border:solid 1px #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
#header
{
	width:940px;
	height:80px;
	margin:0 auto 0 auto;
	background-color:#1d1d20;
	vertical-align:middle;
}
#searchline
{
	width:940px;
	height:20px;
	margin:0 auto 0 auto;
	border-top:solid 1px #dddddd;
	background-color:#1d1d20;
	vertical-align:middle;
}
#content
{
	width:940px;
	margin:0 auto 0 auto;
	background-color:#1d1d20;
	padding-top:10px;
	border-top:solid 1px #dddddd;
}
#content td
{
	vertical-align:top !important;
}
#footer
{
	vertical-align:middle !important;
	width:940px;
	height:50px;
	margin:0 auto 0 auto;
	border-top:solid 1px #dddddd;
	background-color:#1d1d20;	
	text-align:center;
}
#iletisim_form
{
	margin:0 auto 0 auto;
}
#works td:hover
{
	background-color:#3b3b3f !important;
}
.SiteMap
{
	color:#ff3366;
}
.RandomImage
{
	width:290px;
	height:262px;
	border:solid 5px #fff;
	overflow:hidden;
}