/* CSS Document */
<style type="text/css">
<!--
a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #1565A2;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #1565A2;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}
.bluebox {
    font-family: verdana;
    font-size: 9px;
    color: #000000;
    background-color: #A5C5DC;
    border: 1px solid #006699;	
}
-->
body
{ 
background-image: url('images/bg_bawah.jpg');
background-repeat: no-repeat;
background-position: left bottom;
}
img.x
{
position: absolute;
left: 835px;
top: 0px;
z-index: 1
}
</style>