body {
    font: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    color: #050505;
    padding: 3px;
margin-left: auto;
    margin-right: auto;
   
    min-width: 800px;
    max-width: 1000px;
    background-image: url("root/image/bg1.jpg");
}

#main {
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-image: url("root/image/bg2.jpg");
    border-radius: 0 0 5px 5px;
    min-height: 450px;
    min-width: 800px;
}

h1 {
    font: Georgia, serif;
    border-bottom: 3px solid #6565ff;
    color: #2222ff;
    font-size: 30px;
}

table {
    width:100%;
}

table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
}

th {
    text-align: left; 
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table tr:nth-child(even) {
    background-color: #ffffff;
}

ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #595959;
    opacity: 0.99;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}

#footer1 {
    background-color:transparent;
    color:white;
    text-align:left;
   padding:1px;	 	 
}