@charset "utf-8";
.dmlcss {
}

* {  /*ini buat ngilangin spasi default dari browser*/
padding:0;
margin:0;
}
img {
border:none;
}

body {
	text-align:center;  /*ini supaya di ie, posisi #wrapper selalu ketengah*/
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
}
p {
font-size:12px;
}


#container {
	background-color: #000000;
	width: 1024px;
	margin:0 auto;
}
#contentimage {
	height: 768px;
	width: 1024px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
#BTNcontainer {
	width: 700px;
	position: absolute;
	left: 200px;
	top: 450px;
	height: 165px;
}
#subBTN {
	left: 200px;
	position: absolute;
	height: 24px;
	width: 597px;
	top: 645px;
}
#subcontainerBTN {
	height: 24px;
	width: 212px;
	position: absolute;
	float: left;
}
#subcontainerBTN2 {
	float: right;
	height: 24px;
	width: 246px;
}



#leadtekBTN {
	top: 0px;
	height: 165px;
	width: 232px;
	position: absolute;
	left: 0px;
	float: left;
}
#lexmaBTN {
	height: 165px;
	width: 232px;
	float: right;
	left: 250px;
	position: absolute;
}
#shuttleBTN {
	float: right;
}

