*{
    margin: 0;
    padding: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
body, html{
    font-family: Arial, helvetica, sans-serif;
    height: 100%;
    width: 100%;
    color: #ffffff;
}
body {
    /*background: url('../img/browser/bg.png') repeat left top #484f4e;*/
    background: #090909;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical {
    margin: 20px 0;
    text-align: center;
}
.header {
    color: #edba07;
    font-size: 40px;
}
.current_browser {
    text-align: center;
    font-size: 25px;
}
.supported_text {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}
.supported_text b {
    font-weight: normal;
}
.browser_icons {
    overflow: hidden;
}
.browser_icons div {
    display: inline-block;
    padding-top: 105px;
    text-align: center;
    font-size: 12px;
    background-image: url('../img/browser/browsers.png');
    background-repeat: no-repeat;
    width: 85px;
    vertical-align: top;
    margin: 5px;
}
.browser_icons .mozilla {
    background-position: 0 0;
}
.browser_icons .google {
    background-position: -111px 0;
}
.browser_icons .ie {
    background-position: -217px 0;
    width: 90px;
}
.browser_icons .safari {
    background-position: -331px 0;
}
.browser_icons .opera {
    background-position: -442px 0;
}
.footer {
    text-align: center;
    border-top: 1px solid #616161;
    overflow: hidden;
    padding: 10px 7px;
    color: #aaaaaa;
    font-size: 16px;
    line-height: 17px;
}
#header {
    padding: 7px 7px 0;
    background: url(../img/header_bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #616161;
}
.b-logo {
    position: relative;
    z-index: 100;
    width: 125px;
    height: 48px;
    display: inline-block;
    margin-top: 1px;
}