body { 
    background: url(../images/background.jpg) repeat;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
#page {
    background: #FFFFFF;
}
#menu {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    text-align: center;
    margin-top: 30px;
    background: #ffffff;
    width: 200px; 
    display: block;
    margin-left: auto; 
    margin-right: auto
}
#menu ul  {
    background: #fff;
}
#menu a {
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}
#form { 
    margin: auto auto auto auto;
    width: 600px;
    height: 750px;
    display: block; 
    background: #a1a1a1;
}
#form a {
    margin-left: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
}
#form a:hover {
    text-decoration: underline;
}
form label {
    display: block;
    font-size: 0.8em;
    color: darkslategrey;
    margin-left: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#content { 
    background: #FFFFFF;
}
select {
    width: 545px;
    font-size: 12px; 
    padding: 5px;
    margin-left: 30px;
    margin-bottom: 15px;
    margin-right: 30px;
    font-family: inherit;
    font-weight: lighter;
    border-radius: 0.3em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}  
input {
    width: 530px;
    font-size: 12px; 
    padding: 5px;
    margin-left: 30px;
    margin-bottom: 15px;
    margin-right: 30px;
    font-family: inherit;
    font-weight: lighter;
    border-radius: 0.3em;
    border: 1px solid #a1a1a1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}  
input[type=submit] {
    width: 545px;
}
input:focus, textarea:focus { 
    border: 1px solid orange;
}
textarea {
    margin-left: 30px;
}
h3 {
    margin-left: 30px;
    margin-top: 30px;
    padding-top: 30px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
table {
    width: 98%;
    margin: 1%; 
    font-size: 0.8em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #ffffff;
    border: 1px solid #000000;
}
tr {
    height: 25px;
    line-height: 25px;
    border: 1px solid #000000;
}
th {
    text-align: left;
    border: 1px solid #000000;
}
