body {
	font-family:Verdana;
	display: table;
	width: 1160px;
	height: 948px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
a:link{
	color:black;
}

a:hover{
	color: blue;
}

a:active{
	color: orange;
}

#menu {
	font-size:13px;
	text-align: right;	
	
}

.line-header {
	background: url('images/garis.png');
	background-repeat:repeat-x;
}

#welcome {
	font-size:20px;
}

.line-footer {
	background: url('images/footer-line.png');
	background-repeat:repeat-x;
}

#title {
	font-size:35px;
	font-weight: bold;
}

#latest {
	font-size:25px;
	font-weight: bold;
}

#blog {
	font-size:20px;
	font-weight: bold;
}
#updated{
	font-size:18px;
	
}

.footer {
	font-size:11px;
	text-align:center;
	
}

#copyright {
	font-family:Helvetica;
	font-size:10px;
	color: gray;
}

#table {
	width: 1200px;
	
}

/* CSS positioning
 */

.part1 {
	position: absolute;
	left : 200px;
	right: 20px;
	bottom:233px;
}

.part2 {
	position: absolute;
	left : 385px;
	right: 40px;
	bottom:244px;
}

.part3 {
	position: absolute;
	left : 555px;
	right: 40px;
	bottom:244px;
}

.part4 {
	position: absolute;
	left : 710px;
	right: 90px;
	bottom:64px;
}

.part5 {
	position: absolute;
	left : 200px;
	right: 20px;
	bottom:64px
	
}
.part6 {
	position: absolute;
	left : 385px;
	right: 50px;
	bottom: 64px;
}
.part7 {
	position: absolute;
	left : 555px;
	right: 40px;
	bottom: 64px;
}


       
