@CHARSET "UTF-8";
* {
    margin:0px;
    padding: 0px;
}

html, body {
    height: 100%;
    font-family: Arial;
    color:#000;
    background-color: #f5f4f2;
}

body {
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #494948;
    overflow: hidden;
}

#header {
    position: absolute;
    left:0px;
    height:35px;
    width: 100%;
    background-color: #494948;
}

#wrapper {
/*    position: relative;*/
    margin:0px auto;
    width:950px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#enterNonTransparent {
    position: absolute;
    z-index: 9;
    width: 610px;
    height: 345px;
    left:50%;
    margin-left:-305px;
    margin-top:125px;
    background-image: url(../images/mainBkg.png);
}

.holder {
    margin-left:25px;
    font-family: Arial;
    font-weight: normal;
    color: #fff;
    margin-top:20px;
}

.holder img {
    margin: 5px 0px 5px 0px;
}

.smallText {
    text-align: left;
    font-size: 18px;
    background-color: #000;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;    
    padding:2px;
    padding-left:3px;
}

.bigText {
    font-size: 30px;
}

#icons {
    position: absolute;
    bottom:10px;
    right:10px;
}

#footer {
    position: absolute;
    bottom:0px;
    left:0px;
    height:35px;
    width: 100%;
    background-color: #494948;
    clear: both;
}

#footer, .push {
    clear: both;
    height:30px;
}
