/*css document*/ 
body{
background-image: url(gambar/w.jpg);
      
     font-family:"Ames"
}
/*WRAPPER--------------------*/
#wrapper{
        width:1000px;
        height:auto;
	margin-left:auto; 
	margin-right:auto;
        background-color:#B92828;
}
/*2.HEADER-------------------*/
#header{
        width:1000px;
        height:90px;
        background-color: #17202A;
	margin-left:auto;
	margin-right:auto;
        text-align: center; 

}
/*SUBHEADER-------------------*/
#subheader{
        width:1000px;
        height:400px;
        background-color:#000000;
	margin-left:auto;
	margin-right:auto;
        text-align: center; 

}
/*MENU---------------------*/
#menu ul {
 list-style-type:none;
 margin:0;
 padding:0;
 overflow: hidden;
 background-color:#b64141;
 font-family:arial,helvetica,sans-serif;
 font-saiz:14px;
}
#menu li{
float:left;
}
#menu li a {
 display:inline-block;
 color:white;
 text-align: center;
 padding:14px 16px;
 text-decoration:none;
}
#menu li a:hover{
 background-color:#999999;
}

/*CONTENT-------------------*/
#content{
        width:1000px;
        height:800px;
	margin-left:auto;
	margin-right:auto;
}
#subcontent{

	float:right;
        width:800px;
        height:800px;
        background-color:#ffffff;
 }
/*SIDEBAR--------------------*/
#sidebar{
         float:left;
         width:200px;
         height:800px;
         text-align:center;
         background:yellow;
}

/*LOKASI--------------------*/
#lokasi{
         float:left;
         width:200px;
         height:200px;
         text-align:center;
         background:#8968A7    ;
}

/*IKLAN--------------------*/
#iklan{
         float:left;
         width:200px;
         height:200px;
         text-align:center;
         background:#F124FB;
}
/*LAZADA--------------------*/
#lazada{
         float:left;
         width:200px;
         height:400px;
         text-align:center;
         background:#117A65  ;
}

/*FOOTER-------------------*/
#footer{
        width:1000px;
        height:60px;
        margin-left:auto;
	margin-right:auto;
        text-align:center;
        background-color:blue;
}
