/* Base CSS */
body{
margin: 0 auto 10px;
background: #fff;
background: url(../images/bg_top.jpg) #fff no-repeat top center;
text-align: center;
}
a{
background: url(../images/linkicon.gif) #fff no-repeat;
padding: 2px 0 2px 20px;
min-height: 18px;
}
div,p,h1,h2,h3{
margin: 0;
padding: 0;
}
#frame-ttop{
width: 760px;
height: 15px;
font-size: 10px;
margin: 0 auto;
}
#frame-t{
margin: 5px auto 0;
*margin: 10px auto 0;
width: 750px;
height: auto;
}
#frame-body{
clear: both;
background: url(../images/bg_body.gif) repeat-y;
width: 760px;
margin: 0 auto;
}
#frame-body:after {
    content: " ";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #frame-body {
    height: 1em;
    overflow: visible;
}
/**/

#frame-bottom{
background: url(../images/bg_body.gif) repeat-y;
width: 760px;
margin: 0 auto;
}
#frame-bottom:after {
    content: " ";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #frame-bottom {
    height: 1em;
    overflow: visible;
}
/**/
#frame-bbottom{
clear: both;
width: 760px;
height: 10px;
font-size: 10px;
margin: 0 auto;
*padding: 0;
background: url(../images/bg_bodybottom.gif) no-repeat;
}
