body
	{
		margin:0px;
		background-image:url(../images/site/bg.gif);
	}

	#Main
		{
			width:740px;
			height:730px;
			margin-left:auto;
			margin-right:auto;
		}
	
		#Splash
			{
				width:740px;
				height:360px;
				margin-bottom:30px;
			}
	
		#Content
			{
				width:740px;
				height:240px;
				margin:0px;
				padding:0px;
			}
		
			.Cell
				{
					width:230px;
					height:240px;
					margin:0px 5px 0px 5px;
					float:left;
				}
	
				.Cell p
					{
						font-family:Verdana, Arial, Helvetica, sans-serif;
						color:#CCCCCC;
						font-size:10px;
						line-height:13px;
						text-align:justify;
						margin:0px;
						padding:0px;
					}
	
			.Seperator
				{
					width:10px;
					height:215px;
					margin-top:25px;
					background-image:url(../images/site/seperator_vertical.gif);
					background-position:center;
					background-repeat:repeat-y;
					float:left;
				}
	
		#Clients
			{
				width:230px;
				height:190px;
				overflow:hidden;
			}
		
			.List
				{
					padding:0px;
					margin:0px;
					list-style-type:none;
				}
	
				.List li
					{
						width:230px;
						line-height:14px;
					}
		
		#FooterContainer
			{
				width:740px;
				height:50px;
				margin-top:30px;
			}
		
			#Footer
				{
					padding:0px;
					margin:10px 0px 0px 0px;
					list-style-type:none;
					width:740px;
					height:38px;
				}
		
				#Footer li
					{
						float:left;
					}
				
				#Footer li.Left
					{
						width:185px;
					}
				
				#Footer li.Address
					{
						width:265px;
					}
				
				#Footer li.Phone
					{
						width:175px;
					}
				
				#Footer li.Mail
					{
						width:100px;
					}
		
					#Footer li p
						{
							font-family:Verdana, Arial, Helvetica, sans-serif;
							color:#CCCCCC;
							font-size:10px;
							line-height:13px;
							text-align:justify;
							margin:0px;
							padding:0px;
						}
	

	a
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#CCCCCC;
			text-decoration:none;
		}

	a:hover
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#333333;
			text-decoration:none;
			background-color:#FEFE00;
		}
	
	
	#Deneme
		{
			width:740px;
			height:500px;
			position:absolute;
			margin-left:auto;
			margin-right:auto;
			background-color:#000000;
		}