html{
    height: 100%;
    margin: 0;
    padding-top: 0px;
}

body {
    height: 100%;
    margin: 0;
    padding-top: 30px;
    background-image:  url('img/bg.png');
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p {
    margin-bottom: 0px;
    font-size: 1em;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    font-family:verdana;
}

h1 {
    color: white;
    font-size: 1.125em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family:verdana;
}

audio {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 8px;
    font-family:verdana;
    width:  300px;
}

.coverArt {
    color: white;
    text-align: center;
    width:  320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 20px 20px 0px 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-transform: translateZ(0);
}

.footer {
    height: 20px;
    width:  300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

i {
    color: #999;
}

.link {
    color: #59E;
}

.link:hover {
    color: #6AF;
}

.socialLink {
    height: 25px;
    vertical-align: middle;
}

.socialLink2 {
    height: 25px;
    margin-left: 2px;
    vertical-align: middle;
}

.rowBottomDiv {
    background-color: #222;
    text-align: center;
    height: 30px;
    width:  300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 0px 0px 20px 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.rowDiv {
    background-color: #EEE;
    color: white;
    text-align: center;
    height: 70px;
    width:  320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 1px;
}

.rowDiv:hover {
    background-color: white;
}

.rowIcon {
    height: 40px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.rowLink {
    position: absolute;
    text-align: center;
    height: 70px;
    width:  320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 0px;
}

.rowArrow {
    height: 20px;
    margin-top: 25px;
    margin-right: 10px;
    float: right;
}

.rowHeaderDiv {
    background-color: #333;
    color: #EEE;
    text-align: center;
    height: 35px;
    width:  320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 1px;
}

.signature {
    color: #999;
    width: 290px;
}

.textBubbleDiv {
    background-color: #222;
    color: white;
    text-align: center;
    width:  300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 20px 20px 20px 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.descriptionDiv {
    color: white;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:320px;
    background-color: #222;
    padding-bottom: 10px;
    margin-top: 0px;
}

