body {
    margin: 0;
    padding: 0;
    background: black;
    text-align: center;
    color: white;
    font-family: Tahoma, Century Gothic, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

h1, h2, h3 {
    color: #9800FF;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h1 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

a {
    color: #9800FF;
}

#h {
    width: 800px;
    height: 530px;
    margin: 0px auto;
    background: black;
    overflow: hidden;
}
#c {
    text-align: left;
    position: relative;
    width : 800px;
    margin: 0px auto 50px;
    
}

#like {
    position: absolute;
    top: 15px;
    right: 0;
    width: 300px;
    height: 40px;
    background: black;
}

#l {
    width: 480px;
    margin-top: -100px;
}

#r {
    float: right;
    width: 300px;
    min-height: 400px;
    margin-left: 20px;
    padding-left: 10px;
    padding-top: 40px;
}

.hr {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #555;
    margin-top: 20px;
    clear: left;
}

.gallery img {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin: 6px;
    display: inline-block;
    background: white;
    padding: 3px;
    line-height: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -moz-box-shadow: 0px 0px 8px #AAA;
    -webkit-box-shadow: 0px 0px 8px #AAA;
    box-shadow: 0px 0px 8px #AAA;
    -webkit-transition: -webkit-box-shadow 0.1s ease-out;
    -moz-transition: -webkit-box-shadow 0.1s ease-out;
    -o-transition: -webkit-box-shadow 0.1s ease-out;
    transition: -webkit-box-shadow 0.1s ease-out;
}
