@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
}

#img {
position: absolute;
vertical-align: middle;
left: 50%;
margin-left: -320px;
z-index: 0;
}

.text_offline {
top: 420px;
position: relative;
text-align: center;
font-size: 18px;
color: #FFFFFF;
z-index: 1;
}

.text_offline a {
color: #464646;
text-decoration: none;
}

.text_offline a:hover {
color: #FFFFFF;
text-decoration: underline;
}