#center {
 position: relative;
 width: 755px;
 height: 100%;
 border: none;
}

#middle_top_bg {
 background: #FFFFFF;
 background-image: url(/design/header_bg.jpg);
 background-repeat: no-repeat;
 background-position: bottom center;
 position: relative;
 left: 0px;
 top: 0px;
 width: 755px;
 height: 96px;
 padding: 0px;
 margin: 0px;
 border: none;
 z-index: 4;
}

#middle_bottom_bg {
 background: #FFFFFF;
 background-image: url(/design/bottom_bg.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 position: relative;
 left: 0px;
 bottom: 0px;
 width: 755px;
 height: 102px;
 padding: 0px;
 margin: 0px;
 border: none;
 z-index: 4;
}

#main_bg {
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 11px;
 text-align: left;

 background: #000000;
 background-image: url(/design/bg.jpg);
 background-repeat: repeat;
 background-position: left top;

 position: absolute;
 left: 0px;
 top: 0px;
 width: 755px;

 overflow: visible;

 margin: 0px;

 border: none;

}

body {
 font-family: Verdana;
 font-size: 11px;
 color: #FFFFFF;
 background: #000000;
 padding: 0px;
 margin: 0px;
}

table {
 table-layout: fixed;
 border-spacing: 3px;
}

ul {
 list-style-type: circle;
}

h1 {
 font-family: Verdana;
 background: none;
 font-size: 18px;
 color: #FFFFFF;
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 20px;
}

input, select {
 background: none;
 background-image: url(/design/table_bg.jpg);
 margin: 3px;
 padding: 0px;
 border: white dashed 1px;
 color: #FFFFFF;
 font-weight: bold;
 font-family: sans-serif;
 font-size: 11px;
}

textarea {
 background: none;
 background-image: url(/design/table_bg.jpg);
 margin: 3px;
 padding: 0px;
 border: white dashed 1px;
 color: #FFFFFF;
 font-weight: bold;
 font-family: sans-serif;
 font-size: 11px;
}

h2 {
 font-family: Verdana;
 font-size: 13px;
 color: #FFFFFF;
 font-weight: bold;
 margin-top: 20px;
}

td {
 font-family: Verdana;
 font-size: 11px;
 color: #FFFFFF;
 background: none;
}

.high_table {
 border-width: 1px;
 border-style: solid;
 border-color: #FFFFFF;
 background: none;
 background-image: url(/design/table_bg.jpg);
 padding-left: 2px;
 font-weight: bold;
}

a:link {
 color: #A0F0A0;
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 color: #99B099;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #00A000;
 text-decoration: none;
}

img {
 border-color: #000000;
}
