@charset "UTF-8";
/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CCCCCC;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
#cage
{
width:612px;
margin-top:45px;
margin-left:auto;
margin-right:auto;
}
#menu
{
height:40px;
position:fixed;
width:100%;
left:0;
top:0;
background-image:url(menu_bg.png);
}
#menu_cage
{
width:612px;
position:relative;
height:15px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}
#jump
{
position:absolute;
width:160px;
left:226px;
top:10px;
text-align:center;
background-color:#787878;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
}
#back
{
position:absolute;
width:120px;
left:106px;
top:10px;
text-align:center;
background-color:#787878;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
}
#next
{
position:absolute;
width:120px;
left:386px;
top:10px;
text-align:center;
background-color:#787878;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
}
#pdf
{
position:absolute;
width:120px;
right:0;
top:40px;
margin-right:-120px;
text-align:center;
}
#content
{
}
#footer
{
font-size:0.75em;
margin-bottom:40px;
}
