body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{

float: center;
width: 100%;
margin: 0 auto; /*Center container on page*/
}
#topsection{
background: #FFFFFF;
height: 97px; /*Height of top section*/
}

#contentwrapper{
margin: 2em;
-moz-box-shadow: 0 0 15px #999;
-webkit-box-shadow: 0 0 15px #999;
-o-box-shadow: 0 0 15px #999;
box-shadow: 0 0 15px #999;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-border: 3px solid #009900;
-webkit-border: 3px solid #009900;
-o-border: 3px solid #245273;
border: 15px solid #245273;
background:#245273;


}
#contentborder{
 -moz-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomright: 20px;
 -moz-border-radius-topleft: 30px;
 -moz-border-radius-topright: 50px 25px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-top-left-radius: 30px;
 -webkit-border-top-right-radius: 50px 25px;

}


#content{
margin-top:10px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin-bottom:25px;
border: 20px solid #FFFFFF;
background:#FFFFFF;/*url(images/bgaplikasi.png)left top repeat-x */
}


#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#menu{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
margin-left:30px;
}
#fmenu {font-size: 10px; color: #FFFFFF; }