@charset "UTF-8";
/* CSS Document */
body {
background-color:#000000;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
scrollbar-face-color: #000000;
scrollbar-base-color: #000000;
}

#main {
width:800px;
height:600px;
left:50%;
top:50%;
position:absolute;
margin-left:-400px;
margin-top:-300px;
}

#header {
width:800px;
height:178px;
position:absolute;
top:0px;
left:0px;
}

#left {
width:162px;
height:422px;
position:absolute;
top:178px;
left:0px;
}

#content {
width:485px;
height:422px;
position:absolute;
top:178px;
left:162px;
background-image:url(images/ts_03.jpg);
overflow:auto;

}

#content a {
color:#ffffff;
font-weight:bold;}

#content a:hover {
text-decoration:none;}

#content tr:hover {
background-color:#000000;}
#right {
width:153px;
height:422px;
position:absolute;
top:178px;
left:647px;
}

h1 {
font-size:130%;}
h2 {
font-size:120%;}

#footer {
padding:10px;
padding-top:45px;
text-align:center;
vertical-align:bottom;
}
#footer a {
color:#333333;
font-size:90%;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;}

input, textarea {
background-color:transparent;
border-style:solid;
border-width:thin;
border-color:#FFFFFF;
color:#FFFFFF;}
