body,p,img,div,table,tr,td,a,pre,ul,ol,li { 
	padding: 0px; 
	border: 0px; 
	margin: 0px; 
}

html { 
	overflow: auto; 
}
body { 
	background-color: #000000; 
	height: 100%; 
	text-align: center; 
	margin: auto;
}
#container { 
    text-align: center; 
	margin: auto; 
	height: 100%; 
    width: 900px; 
	overflow: auto;
}

#top, #flash { 
	height: 210px; 
	max-height: 210px;
	background-image: url('../img/layout/top.jpg');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}
#top .left {
   position: relative; 
   left: -50px;
   width: 900px; 
   height: 210px; 
   margin: auto;
   background-image: url('../img/layout/top_lewak.jpg');
   background-repeat: no-repeat; 
   background-position: 0px 0px;
}
#top .right { 
   position: relative; 
   right: -100px;
   width: 900px; 
   height: 210px; 
   margin: auto; 
   background-image: url('../img/layout/top_prawak.jpg');
   background-repeat: no-repeat; 
   background-position: 850px 0px;
}
#top .center { 
   position: relative; 
   left: -50px; 
   margin: auto; 
   width: 900px; 
   height: 210px; 
}

#middle {
	vertical-align: top;
}

#middle .left {
   position: relative; 
   left: -50px;
   width: 900px; 
   margin: auto;
   background-image: url('../img/layout/middle_lewak.jpg');
   background-repeat: no-repeat; 
   background-position: 0px 0px;
}
#middle .right { 
   position: relative; 
   right: -100px;
   width: 900px; 
   margin: auto; 
   background-image: url('../img/layout/middle_prawak.jpg');
   background-repeat: no-repeat; 
   background-position: 850px 0px;
}
#middle .center { 
   position: relative; 
   left: -50px; 
   margin: auto; 
   width: 900px; 
}

#content {
	min-height: 318px;
	height: 100%;
	background-image: url('../img/layout/middle_bg.jpg');
	background-repeat: no-repeat; 
}

#footer {
	height: 100px;
	background-image: url('../img/layout/bottom_bg.jpg');
	background-repeat: no-repeat;
}
#footer .left {
   position: relative; 
   left: -50px;
   width: 900px; 
   height: 100px;
   margin: auto;
   background-image: url('../img/layout/bottom_lewak.jpg');
   background-repeat: no-repeat; 
   background-position: 0px 0px;
}
#footer .right { 
   position: relative; 
   right: -100px;
   width: 900px; 
   height: 100px;
   margin: auto; 
   background-image: url('../img/layout/bottom_prawak.jpg');
   background-repeat: no-repeat; 
   background-position: 850px 0px;
}
#footer .center { 
   position: relative; 
   left: -100px; 
   margin: auto; 
   width: 900px; 
   height: 100px;  
}
