body
{ 
background-color: #6d9dcb;
color: #fff;
font-family: verdana;
font-size: 12px;
margin:0;
padding:0; 
}

.head {
background-image: 
url('images/bgt.jpg');
background-repeat: repeat-x;
background-position: top left;
height:800px;
width:100%;
}
.frames {
height:100%;
width:1000px;
margin-left: auto;
margin-right: auto;
}
.header {
background-image: 
url('images/title.jpg');
background-repeat: no-repeat;
background-position: top left;
width: 1000px; 
height: 677px;
display:block;
}
.tleft {
background-image: 
url('images/tleft.jpg');
background-repeat: no-repeat;
background-position: top left;
width: 500px; 
height: 123px;
display:block;
float:left;
}
.tright {
background-image: 
url('images/tright.jpg');
background-repeat: no-repeat;
background-position: top left;
width: 500px; 
height: 123px;
display:block;
float:right;
}
.tmenu {
padding-top:553px;
padding-left: 110px;
color: #000;
float:left;
}
.tmenu2 {
padding-top:553px;
padding-right:110px;
color: #000;
float:right;
}
.trtext {
padding-top:10px;
padding-left: 100px;
color: #fff;
font-size: 11px;
}

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none}
a:hover { text-decoration: none; color: #fff;}
