/* Copyright AM 2006+ */

html,body { 
height: 100%; 
}
body {
background-color: #3d4746;
background-image: url("_images/bg01.gif"); 
background-repeat: no-repeat;
background-position: center top;
font-family: verdana, arial, sans-serif;
font-size: 66.667%;
line-height: 15px;
color: white;
padding: 0;
margin: 0;
height: 100%;
}
div#centerize {
height: 100%;
min-height: 100%;
width: 760px;
top: 0;
position: relative; 
margin: 0 auto;
text-align: center;
}
div#centerize a {
color: #3c9f1c;
font-weight: bold;
}
div#centerize a:hover {
color: white;
}
h1 {
font-size: 1.4em;
}
