html{
height: 100%;
}
body{
margin: 0px;
padding: 0px;
font-family: arial;
font-size: 10pt;
color: #000000;
background: #5fcbe7;
height: 100%;
}
div.container{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
float: left;
background: url('./images/bg.gif') repeat-x left top;
}
div.block{
width: 600px;
margin: 50px auto 0px auto;
background-color: #ffffff;
background-image: url('./images/header.jpg');
background-repeat: no-repeat;
background-position: left top;
padding-top: 114px;
border: 1px #033247 solid;
}
div.block h1{
margin: 0px;
padding: 5px;
font-size: 10pt;
font-family: arial;
background: #033247;
color: #ffffff;
}
div.content{
padding: 10px;
}
a{
color: #0292cb;
text-decoration: underline;
}
a:hover{
text-decoration: none;
}
