/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
    color: #ffffff;
	text-decoration: underline;
}


.codes {
    display: block;
    width: 175%;
    overflow: scroll;
    white-space: nowrap;
    height: 2.5em;
    font-size: 100%;
    background-color: #A4A8A9;
    color: #000;
    border: double 6px #94744E;

}
html {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: double 6px #94744E;
	border-top: double 6px #94744E;
	border-left: double 6px #94744E;
    border-right: double 6px #94744E;
    text-align: center;
    background: url(bk1.gif) #333333;
}
body {
    background: url(catbg.png) #545454 repeat;
	text-align: left;
    font-family: tahoma ;
    width: 798px;
    padding: 1em 1em 1em 1em;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: double 6px #94744E;
	border-top: double 6px #94744E;
	border-left: double 6px #94744E;
    border-right: double 6px #94744E;
}
#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes input{
	width: 80%;
}
#footer {
	text-align: center;
	font-size: small;
}