html {
    background-image: url(http://i36.tinypic.com/2d2gcb6.jpg);
    background-repeat: repeat; 
    background-color: rgb(75, 75, 75);
    color : black;
}
a {
color: #99FF33;
text-shadow: 1px 1px 1px black;
tex
}
body {
background-image: url(http://i36.tinypic.com/2d2gcb6.jpg);
background-repeat: repeat; 
padding-top: 32px;
padding-left: 80px;
padding-right: 80px;
overflow-x:hidden;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 9pt;
}

#headerku {
background-image: url(gambar/bg-header.png);
background-repeat: no-repeat;
background-position: right top;
text-align: center;
width: 100%; 
padding-top: 110px;
}

#avatar {
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    position: absolute;
    width: 200px;
    vertical-align: center;
    text-align: center;
    background: #CCCCCC;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -o-border-radius:10px;
    -border-radius:10px; 
}

#page_title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: static;
    background-image: url(http://i38.tinypic.com/dfd9wz.png);
    background-color: transparent;
    height: 48px;
    text-align: center;
    font-size: 24pt;
    background-position: center;
    border: 1px solid #CCCCCC;
    text-shadow: 1px 1px 1px white;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -o-border-radius:10px;
    -border-radius:10px; 
}

#page_holder {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
    background-image: url(http://i38.tinypic.com/dfd9wz.png);
    background-color: transparent;
    position: static;
    height: 340px;
    background-position: center;
    border: 1px solid #CCCCCC;
    text-shadow: 1px 1px 1px white;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -o-border-radius:10px;
    -border-radius:10px; 
}

.p_img:hover {
opacity: 1;
-webkit-transform: rotate(345deg) scale(1.5);
-moz-transform: rotate(345deg) scale(1.5);
-khtml-transform: rotate(345deg) scale(1.5);
-o-transform: rotate(345deg) scale(1.5);
-transform: rotate(345deg) scale(1.5);
}
.p_img {
opacity: .8;
-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-khtml-transition-duration: 500ms;
-o-transition-duration: 500ms;
-transition-duration: 500ms;
 padding-bottom: 5px;
}

#link_desc {
    padding: 5px 25px 5px 15px;
    margin: 5px 5px 5px 5px;
    background: url(gambar/bg-body.png) repeat-x;
    background-position: bottom;
    position: static;
    text-align: right;
    height: 290px;
    width: 100%
    border: 1px solid #000000;
    font-size: large;
    text-shadow: 1px 1px 1px white;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -o-border-radius:10px;
    -border-radius:10px; 
}

#page_content {
    padding: 5px 5px 5px 20px;
    margin: 5px 5px 5px 230px;
    position: static;
    height: 300px;
    background-position: center;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -o-border-radius:10px;
    -border-radius:10px; 
}
