/* CSS Document */

 body {
background-color: #ffffff;
margin: 0px;
overflow: hidden;
font-family:Monospace;
}

a {
color:#0078ff;
}

#info {
color: #000;
position: absolute;
top: 10px;
width: 100%;
}

#text
{
position: absolute;
width: 800px;
height: 210px;
left: 50%;
top: 50%;	
margin: -205px 0 0 -400px;
font-family: "Fjalla One", sans-serif;
letter-spacing: -1px;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);	
line-height: 95px;
font-size: 70px;
white-space: normal;
color: #FFF;
box-shadow: 0 1px 0 rgba(255,255,255,.15), 0 2px 4px rgba(0,0,0,.2) inset, 0 0 12px rgba(255,255,255,.1);
background: rgba(0,0,0,.5);
border-radius: 10px;
text-align: center;
opacity: 0;
resize: none;
outline: 0 !important;
overflow: hidden !important;
cursor: pointer !important;
                                                                                                                                                                                                                                                    
}

h1 { opacity: 0; }