html, body, #main, #body {
height: 100%;
min-height: 100%;
}
body {
margin: 0px;
padding: 0px;
background-image: url('background.jpg');
background-repeat: repeat-x;
font-family: verdana, sans-serif;
width: 100%;
}
#main {
background-color: rgb(13,81,146);
xbackground-color: white;
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#banner {
background-image: url('banner.jpg');
background-repeat: no-repeat;
height: 207px;
color: rgb(225,225,255);
font-size: 32px;
padding-left: 60px;
line-height: 160%;
}
#top {
color: rgb(200,200,200);
height:30px;
background-image: url('top.jpg');
background-repeat: repeat-x;
}
#strap {
color: rgb(225,225,255);
background-image: url('bottom.jpg');
background-repeat: repeat-x;
padding: 25px;
font-weight: bold;
font-size: 14px;
}
#body {
background-color: white;
padding: 25px;
font-size: 14px;
}
a {
color: rgb(13,81,146);
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}