html {
    margin: 0;
    padding: 0
}
body {
    background: url(images/back.png) repeat center center #292e31;
    font-family: calibri;
    margin: 0;
    padding: 0
}
img {
    border: 0
}
a {
	text-decoration: none
}
.head_logo{
    background:url(images/black.png) repeat;
    padding:5px;
    margin:0 auto 20px;
    width:705px;
    border:9px solid #efefef;
    text-align:center;
    border-top:0;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-box-shadow:4px 4px 2px rgba(0,0,0,.40);
    -moz-box-shadow:4px 4px 2px rgba(0,0,0,.40);
    box-shadow:4px 4px 2px rgba(0,0,0,.40)
}
.head_logo .logo {
	font-size: 46px;
	color: #fff;
	text-decoration: none;
}
.splash{
    width:675px;
    min-height:450px;
    background:url(images/black.png) repeat;
    color:#fff;
    padding:20px;
    margin:75px auto;
    border:1px solid #efefef;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-align:center;
    border:9px solid #efefef;
    -webkit-box-shadow:4px 4px 2px rgba(0,0,0,.40);
    -moz-box-shadow:4px 4px 2px rgba(0,0,0,.40);
    box-shadow:4px 4px 2px rgba(0,0,0,.40)
}
.splash h2.title{
    font-size:21px;
    color:#efefef;
    text-align:left;
    margin-top:-5px;
    border-bottom:1px solid
}
.splash_image{
    position:relative;
    left:435px;
    top:-215px;
    height:1px;
    width:1px
}
.splash h2{
    color:#FFF;
    text-align:center;
    font-family:arial;
    font-size:27px;
    text-shadow:0 0 0 transparent,0 1px 0 #11192c;
    margin-bottom:2px
}
.boundingbox{
    margin:60px auto;
    background-color:#fff;
    padding:5px;
    display:block;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px
}
.exchange_icon {
    margin-top: 8px;
    max-width: 32px;
    border: 0
}
.exchange_icon:hover {
    opacity: .4
}
.gbut {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: inherit;
    padding: 5px 20px;
    color: #e8f0de;
    border: solid 1px #5c9310;
    background: #76a507;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#5c9310));
    background: -moz-linear-gradient(top, #7db72f, #5c9310);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#5C9310');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.gbut:hover {
    background: #527e17;
    background: -webkit-gradient(linear, left top, left bottom, from(#689925), to(#4f7e0d));
    background: -moz-linear-gradient(top, #689925, #4f7e0d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#689925', endColorstr='#4f7e0d')
}