html {
height: 101%;
}
body {
margin: 0;
padding: 0;
border: 0;
background-color: #ffffff;
text-align: center;
color: #000000;
background-image: url(img/bg.png);
background-repeat: repeat-x;
background-attachment: fixed;
}
#container {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
background-color: #003366;
}
#header {
width: 800px;
height: 200px;
background-image: url(img/title.png);
background-repeat: no-repeat;
}
#menu {
width: 200px;
float: left;
text-align: center;
background-color:#003366;
}
#content {
font: 100% arial;
width: 600px;
float: right;
background-color: #ffffff;
min-height: 600px;
height: auto !important;
height: 600px;
}
#content h1 {
text-align: center;
margin: 20px;
}
#content h2 {
margin: 20px;
}
#content p {
margin: 20px;
font-size: 10pt;
}
#content table {
margin-left: 20px;
font-size: 10pt;
}
.clear {
clear: both;
}
div.button {
background-image: url(img/button.png);
background-repeat: no-repeat;
width: 150px;
height: 25px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
div.button a {
display:block;
text-decoration:none;
width: 150px;
height: 22px;
padding-top: 3px;
}
div.button a:link, div.button a:visited {
color: #ff0000;
}
div.button a:hover, div.button a:focus {
color: #ffffff;
}
div.button a:active {
color: #ffffff;
}
* html div.button a {
width:100%;
}
div.current {
background-image: url(img/buttoni.png);
background-repeat: no-repeat;
width: 150px;
height: 25px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
div.current a {
display:block;
text-decoration:none;
width: 150px;
height: 22px;
padding-top: 3px;
}
div.current a:link, div.current a:visited {
color: #ffffff;
}
div.current a:hover, div.current a:focus {
color: #ffffff;
}
div.current a:active {
color: #ffffff;
}
* html div.current a {
width:100%;
}
img {
border-style: none;
margin: 0 20px 0 20px;
}
#content div.button {
float: left;
width: 125px;
margin-left: 20px;
}
#content  div.current {
float: left;
width: 125px;
margin-left: 20px;
}
#content  div.button a {
width: 125px;
}
#content  div.current a {
width: 125px;
}
