* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.judul {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
.sub_judul {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #395a7a;
}
a:visited {
	text-decoration: none;
	color: #395a7a;
}
a:hover {
	text-decoration: none;
	color: #223a53;
}
a:active {
	text-decoration: none;
	color: #395a7a;	
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.separator, .separator a{
	color: #dfe8f1;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
}