/* Links. */
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
    color: #000000;
	text-decoration: none;
}

/* body. */



html {
   
    font: 95%/90% Tahoma, Verdana, Helvetica, sans-serif;
    background: url(images/bk1.jpg) #CCCCCC repeat;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes input{
	width: 80%;
}
#footer {
	text-align: center;
	font-size: small;
	
}

