BODY {
	Font-family: Arial ;
	Color: black;
	background: url("bg.jpg") #000;
	padding: 10px 10px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed; 
}

h3 { padding: 0;}
#logo {
	background: ;
	height: 200px;
	font-size: 26px;
	width: 750px;
	background-repeat: no-repeat;
}
#navi {
	width: 700px;
	height: 500px;
	border: 1px solid white;
	padding: 10px 10px 10px 10px; 
	background: url("bg2.png") #000;
	

}
#navi2 {
	width: 200px;
	border-right: 1px solid white;
	vertical-align: text-top;

}
#navi3 {
	width: 500px;


}
#sisa {
	border: 1px solid white;
	width: 500px;
	height: 500px;
}

a:link {
	color: black;
}
a:hover {
	color: gray;
}
a:visited {
	color: black;
}
#navi {
	vertical-align: bottom;