.codes {
    display: block;
    overflow: scroll;
    white-space: nowrap;
    height: 2.5em;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}

body {
    background: #E5E5E5;
    color: #000000;
    font-family: sans-serif;
    margin: 0 auto;
}

a:link, a:active, a:visited {
    color: #0000FF; 
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

#showdiv {
    text-align: center;
}

#codes input{
	width: 80%;
}

/* FOOTER */

.footer {
	font: 10px arial, helvetica, sans-serif;
	text-align: center;
}