@charset "UTF-8";
/* CSS Document */
body{
background: url(bg_main.jpg) top center fixed #000000 no-repeat;
margin: 0;
padding: 0;
}
.top_logo{
display:block;
height: 190px;
width: auto;
top: 0;
margin: 0;
padding: 0;
background:url(logo_top.gif) top center no-repeat ;
}
.menu{
width: 100%;
text-align:center;
display:block;
margin-bottom: 10px;
}
ul.menu_orizz{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-decoration: none;
font-size: 12px; 
color:#FFF; 
list-style:none; 
margin:0;
padding:0;
}
ul.menu_orizz li{
color:#FFF;
list-style: none;
display:inline;
padding: 0 10px;
}
ul.menu_orizz li a, a:visited{
color:#FFF;
text-decoration: none;
}
ul.menu_orizz li a:hover, a:active{
color: #F00;
text-decoration: none;
}
.footer{
position:absolute;
bottom:0px;
width:100%;
margin:0;
padding:0;
background:url(jackanapes.gif) bottom center no-repeat;
z-index:1;
}
.foot_dx{
background:url(footer_dx.gif) right no-repeat;
height: 200px;
width: 317px;
margin: 0;
padding: 0;
float:right;
}
.foot_sx{
background: url(footer_sx.gif) left no-repeat;
height: 200px;
width: 297px;
margin: 0;
padding: 0;
float: left;
}
.paypal{
margin: auto;
margin-top: 80px;
text-align:center;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
