#fiddlestixx {
    display: block;
    position: relative;
    text-shadow: rgb(3, 3, 3) 0px 1px 1px;
    right: auto;
    font-weight: bold;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-family: sans-serif, Helvetica, Verdana, Arial;
    font-size: 30px;
    color: rgb(255, 0, 136);
    z-index: 50;
}

#screen {
        font-size: 10pt;
        font-family: sans-serif;
        width: 100%;
        position: relative;
        height:250px;
}

#charinput {
    margin-right: auto;
    margin-left: auto;
    bottom: 0px;
    position: absolute;
    display: block;
   	font-family: monospace;
   	font-size: 20px;
    width: 85%;
   
}

input {
display: block;
margin-right: auto;
margin-left: auto;
bottom: 0px;
position: absolute;
width:85%;
font-family: monospace;
font-size: 20px;
    }

#screen pre {
    margin: 0px;
    font-family: 'Courier New', monospace;
}

#screen div {
	display: block;
	position: relative;
	overflow: auto;
}

.timed {
background-color: #ddf;

}

.wrapper {
	width: 100%;
}

#header {
}

#header_image {
    display: none;
}

.footer {
display: none;
}