/* CSS Document */

body{margin:0 auto;background:#FFFFFF url(image/images.jpg) no-repeat fixed top center;color:#fff;}
#konten{margin:0 auto;padding:0;
		width:800px;border:0 solid #888;
		background:url(image/Opera-Background-Light-Blue-980x800.png) repeat top left;}
h1{font-size:22px;color:#6cf;}
.code{padding:10px;border:1px solid #888;background:#000;color:#fc3;}
a,a:link,a:visited,a:hover,a:active{color:#ff0;}

ul.menu { 
		list-style:none; /* remove bullets */ 
		background:#999; 
		padding:0; margin:0; /* reset browser defaults */ 
		height:100%; /* ie6 fix */ 
} 
	ul.menu li { 
		display:inline; /* line-up the list items horizontally */ 
		padding:0; margin:0; /* again, reset browser defaults */ 
} 
	ul.menu li a { 
		padding:7px 20px; 
		background:#999; 
		color:#fff; 
		text-decoration:none; 
		display:block; /* block it baby! */ 
		float:left; /* float each list item to the left */ 
} 
	ul.menu li a:hover { 
		background:#777; 
} 
