html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image: url(images/bk.gif);
	background-color: lime;
	color: #e4b524;
	font-family: "andale mono", monospace, sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {  
  font-family: "04b";  
  src: url("fonts/04B_30.eot"); /* IE */  
  src: local("04b"), url( fonts/04B_30.TTF ) format("truetype"); /* non-IE */  
}  

#fiddlestixx{
margin-bottom: 2px;
color: #d5a922;
top: 0px;
right: auto;
font-weight: bold;
display: block;
position: relative;
text-align: center;
margin-right: auto;
margin-left: auto;
width: auto;
text-align: center;
font-family: "04b", "andale mono", monospace, sans-serif;
font-size: 28px;
Z-index:50;
}

#screen {
        background-color: #191919;
        font-size: 14px;
        font-family: "andale mono", monospace, sans-serif;
        width: 100%;
        position: relative;
        height: 530px;
}
#charinput {
        display: none;
	border-color: red;
                      
	border-width: 5px;   
	border-style: dashed;   
	position: relative;   
	display: block;   
	width: 612px; 
	margin-top: 5px;  
	margin-right: auto;   
	margin-left: auto;   
	background-color: #191919; 
	font-family: "04b", Verdana, Arial, monospace;
	font-size: 30px;
	color: lime;
}

input[type=text] {   
	border-color: red;
	border-width: 5px;   
	border-style: dashed;   
	position: relative;   
	display: block;   
	width: 612px;   
	margin-top: 5px;
	margin-right: auto;   
	margin-left: auto;   
	background-color: #191919; 
	font-family: "04b", "andale mono", monospace;
	font-size: 30px;
	color: lime;
	
} 
#screen pre {
        color: #67f720;
        background-color: black;
        margin: 0;
        font-family: "Courier New",monospace;
}

#screen div {
		color: lime;
		padding-left: 1px;
		width: 620px;
		word-wrap: normal;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
}
.timed {
        background-color: #ddf;
}
.wrapper {
background-color: #333333;
border-color: red;
border-width: 5px;
border-style: solid;
color: white;
width: 625px;
padding: 5px;
margin-left: auto;
margin-right: auto;
}
#header {
background-color: #333333;
margin: 0px;
display: block;
position: relative;
width: 625px;
height: 175px;
overflow:hidden;
}
#header img {
	margin-bottom: 5px;
	display: block;
	position: relative;
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	width: 144px;
}
.footer {
padding: 5px;
margin-right: auto;
margin-left: auto;
width: 625px;
background-color: #333333;
font-weight: bold;
font-size: 12px;
text-align: center;
color: #ffcc66;
}
.footer a {
font-weight: bold;
font-size: 12px;
text-align: center;
color: #ffcc66;

}