body {
	margin: 0px;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}
.judul {
	font-size: medium;
	color: #0000CC;
}

#cargo {
	height:auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#cargo #menu {
	height: 80px;
	width: 800px;
}
#cargo #menu #logo {
	background-image: url(images/das1_02.gif);
	background-repeat: no-repeat;
	float: left;
	width: 350px;
	height: 80px;
}
.tombol {
	float: left;
	height: 80px;
	width: 70px;
}
#cargo #menu #space {
	background-color: #000066;
	float: left;
	height: 80px;
	width: 30px;
}
#cargo #header {
	clear: both;
	height: 220px;
	width: 800px;
	overflow: hidden;
}
#cargo #isi {
	background-color: #FFFFFF;
	padding: 10px;
	height: 100%;
	overflow:hidden;
	width: 780px;
}
#cargo #footer {
	background-image: url(images/das1_13.gif);
	height: 110px;
	width: 800px;
}
#cargo #footer #footer-text {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	height: 30px;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	top: 40px;
	left: 0px;
	bottom: 0px;
}
a:link {
	font-size: small;
	font-weight: bold;
	color: #fff;
}
a:visited {
	font-size: small;
	font-weight: bold;
	color: #fff;
}
a:hover {
	font-size: small;
	font-weight: bold;
	color: #999999;
}
