﻿body
{
    background: #000000 url('../img/background.jpg') fixed;
}

body.platform
{
    background: #000000 url('../img/platform.jpg') fixed;
}

#pb-image
{
    float: left;
    margin-right: 20px;    
}

.hero-unit
{
    background: none;
    margin-top: 10px; 
    padding: 30px;
}
.hero-unit ul
{
    list-style-type: none;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
}

.hero-unit ul li
{
    padding: 15px;
}

footer p {
    color: #fff;
    font-size: 10px;
}

.container {    
    background: url('../img/trans.png');
    padding: 20px;
}

.rounded {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

p { color: #ebebeb }
h2 { font-size: 28px;border-bottom: 2px solid #ffffff;margin-bottom: 15px; }
ul { color: #ebebeb }

dl { color: #ebebeb; }

dl dt {
    font-size: 15px;
    border-left: 10px solid #40C6FF;
    border-bottom: 2px solid #40C6FF;
    padding: 5px;
}
dl dd {
    margin: 10px;
}