/*
*
*   Black CSS Style Sheet 01-05-2014
*
*/

@charset "utf-8";
::selection {
    background: #fff;
    /* Safari */
    color: #333;
}
::-moz-selection {
    background: #303030;
    /* Firefox */
    color: #d1d1d1;
}
html, body {
    background-image: none;
    background-color: #fff!important;
}
h1{
    font-family: "OpenSans-Regular", "Helvetica Neue", arial, sans-serif;
    border: none;
    color: #333;
    font-size:22x;
    font-weight: 400;
}
h2{
    font-family: "OpenSans-Regular", "Helvetica Neue", arial, sans-serif;
    border: none;
    color: #333;
    font-size:22x;
    font-weight: 300;
}
p {
     font-family: "OpenSans-Regular", "Helvetica Neue", arial, sans-serif;
    line-height: 1.4em;
    font-size:16px;
     color: #333;
}
a{
    color:#2E8ACA;
}
#wrapper{
    width:100%;
    text-align:center;
    margin-top:7%;
}

.logo img{
    width:200px;
    
}
