#header
	{
	
	border: 2px solid Black;
	witdh:100%;
	height:160px;
	text-align:center;
	}

#menu li
	{
	display:inline-block;
	border:2px solid red;
	float:left;
	margin: 0px 3% 1% 3%;
	width:120px;
	height:30px;
	padding-top:10px;
	text-align:center;
	border-radius:15px;
	color:red;
	}

	#ISI #content
	{
	font-size:20px;
	float:right;
	color: black;
	display:inline-block;
	}
	
	#slidebox
	{
		width:600px;
		height:350px;
		border: 4px solid red;
		overflow:hidden;
		padding:0px;
		margin:2px auto;
	}
	#slides
	{
		width:10000px;
		margin-left:0px;
	}
	#image
	{
	float:left;
	width:1024;
	}
	 
	
	body
	{
	background-image:url(r.jpg);
	width:1200px;
	}

	#flooter
	
	{Width:1250px;}
	
	#flooter img
	{
	witdh:150px;
	height:50px;
	}
	
	.wrapper
	{
		margin:0px 3%;
		width:1250px;
	}
	
	#flooter h1
	{
	font-size:20px;
	margin-left:350px;
	float:right;
	}
	
	#flooter h2
	{
	font-size:20px;
	float:right;
	text-align:right;
	}
	
	#flooter
	{
	margin-top:80px;
	border-top: 2px solid red;
	padding: 0px;
	background-color:white;
	}
	#ISI h1
	{text-align:center;}
	#ISI h3
	{text-align:center;}