/* Alistair Monaghan Design */

html { 
height: 100%; 
}
body {
background-color: #5c7b8e;
background-image: url("_images/bg01.gif"); 
background-repeat: repeat-x;
background-position: center top;
font-family:  verdana, arial, sans-serif;
font-size: 0.7em;
color: #3b5463;
padding: 0;
margin: 0;
text-align: center;
line-height: 1.4em;
}
div.centerize {
height: 100%;
min-height: 100%;
width: 580px;
margin: 0 auto;
}
#text {
text-align: center;
width: 552px;
background-image: url("_images/img_checker_bg.jpg"); 
background-repeat: no-repeat;
background-position: bottom right;
border: 1px solid white;
margin: 50px auto 0 auto;
}
#info {
color: white;
}
p {
margin: 5px 0 10px 0;
}
a {
text-decoration: none;
font-weight: bold;
color: #ee9c00;
}
a:hover {
text-decoration: underline;
color: white;
}
h1 {
font-size: 1.2em;
}