body {
position:relative;
text-align:center;
overflow-y:scroll;
margin:auto;
background-color: #666666;
}

.page {
position:relative;
width:800;
text-align:center;
margin:auto;
}

.header1 {
position:relative;
background-image: url(images/header.png);
width:800;
height:129;
}

.middle {

}

.content {
position:relative;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
background-color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
margin:auto;
text-align:left;
padding:5;
}

.footer {
position:relative;
border: 1px solid #000000;
background-color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 10px;
}

td {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
padding:5;
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}

a:active {
color:#FF0000;
}

a:hover {
color:#999999;
}

.header {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
.phpcode {
font-family: "Courier New", Courier, mono;
font-size: 13px;
color: #000000;
background-color: f3f3f3;
}
.msg {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FF0000;
background-color: #FFFFCC;
padding: 4px;
border: 1px dotted #FF9900;
font-weight: bold;
}

#box-link { 
position: absolute; 
top: 98px; 
left: 105px; 
width: 320px; 
height: 20px; 
background-color: transparent; 
z-index:99;
}