.codes {
    display: block;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    height: 2.5em;
    font-size: 100%;
    background-color: green;
    color: #000;
    border: 1px solid #000;
}
html {
    text-align: center;
    background: white;
}
body {
    background: tlo.gif;
    color: white;
    text-align: left;
    font-family: sans-serif;
    width: 798px;
    padding: 0 1em 0 1em;
    margin: 0 auto;
	border: 1px solid #CCC;
}
#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes input{
	width: 80%;
}
#footer {
	text-align: center;
	font-size: small;
}
.border {
	border: 0px solid #333;
	text-align: center;
}
.menuitems {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
	background-color: #FCB313;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #27AAE1;
}
a:active {
	color: #27AAE1;
}