@charset "utf-8";
/* CSS Document */

body
{
	width:100%;	
	margin:0px;
}

#wrapper
{
		width:100%;
}

#ustalan
{
	width:100%;
 background-color:black;
	color:white;
	padding-bottom:40px;
}

#ustalanic
{
	margin-left:250px;
}

#menu
{
	margin-left:350px;
}

#menu td
{
	 width:100px;
}

#menu a:hover
{
	color:red;
	text-decoration:none;
}

#menu a:link
{
	text-decoration:none;
	color:white;
}

#menu a:visited
{
	text-decoration:none;
	color:white;
}

#carved
{
	color:yellow;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
}

#modernwood
{
	color:lightgray;
	font-weight:bold;
	margin-top:20px;
	font-size:20px;
	letter-spacing:5px;
}

#ortaalan
{
		width:100%;
		background-image:url('images/bg-body.png');		
}

#ortaalanwrapper
{
	width:600px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}

#oas1sol
{
	float:left;
	width:50%;
	background-image:url('images/chair.jpg');
	background-size:cover;
	height:300px;
}

#oas1sag
{
	float:left;
	width:50%;
}

.temizle
{
	clear:both;
}

#altalan 
{
	border:1px solid green;	
		width:100%;
}