@charset "utf-8";
/* CSS Document */


			
body{
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

img {
	border:0px;
}

			
			/* Center the website */
#wrapper{
	width: auto;
	height: auto;
}
			
			/* Give the header a height and a background image */
#header{
	width: 900px;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
			
			/* Create a Shadow Overlay */ 
#transparant{
	width:900px;
	height:520px;
	margin:0 auto;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../image/overlay.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	background-image:url(../image/logo.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 900px;
}

#content2 {
	background-image:url(../image/logo2.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 900px;
}

#content3 {
	background-image:url(../image/logo3.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 900px;
}

#content4 {
	background-image:url(../image/logo4.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 900px;
}

#content5 {
	background-image:url(../image/logo5.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 900px;
}

#konten {
	padding-top: 180px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: normal;
}

#posisi {
	height: 220px;
	width: 300px;
	padding-top: 150px;
	padding-left: 200px;
}
			
#dis {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
}

#tomb {
	margin-left: 273px;
	margin-top: 50px;
	height: 57px;
	width: 190px;
}

/* SLIDER */

#slider {
	width: 300px; /* important to be same as image width */
	height: 220px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 300px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	width: 250px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
}

.test1 {
	font-size:10px;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
