html{width:100%;height: 100%;}
body{padding:0;margin:0;width:100%;height: 100%; overflow: hidden; font-family:Arial; font-size: 14px;}
img{border: none; vertical-align: middle; margin: auto;}
#wrapper{width: 100%; height: 100%; position: relative; overflow: hidden; margin: auto;}
.container{width:850px;height: 313px; vertical-align: middle;position: absolute; margin: auto; display: none;}
.part{float:left;z-index: -1;}
.part_glo{margin-top:-7px;}
.part_w{margin-top: 70px;}
.part_m{margin-left:-135px;margin-top: 36px;}
.part_ark{}
.part_redline{clear:left;float: right; margin-top: -90px;}
.part_tagline{font-family:Arial; text-align:center; color:#994bc4; font-size:33px; width:100%; margin-top: -40px; z-index: 1;}
#enter_site{display:none; float: left;}
.button {
    background: #4788C7;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 5px 6px 10px;
    text-decoration: none;
    width: 90px;
    line-height: 16px;
}
.button:hover {background: #0B58A2;}
.button em {
    float: right;
    background: url("images/arrow.png") no-repeat center;
    width: 10px;
    height: 16px;
    margin: 0px;
}

.start_button {
    position: absolute;
    right: 5px; top:5px;
    padding:10px 20px;
    background: rgba(0,0,0,0.5);
    border: 1px #000000 solid;
    color: #FFFFFF;
    cursor: pointer;
}
