html, body {
  background: #d5d5d5 url('../gfx_start/bg_content.jpg') repeat-x top center; 
  font-family: Arial, Verdana, "Sans Serif"; 
  color: #000;
}

strong {font-weight: bold; color: #000;}
em {font-style: italic}
a {text-decoration: none; outline: none;}


#hd {height: 90px; margin-bottom: 30px; padding-top: 10px; text-align: center; position: relative;}
#hd a{float: left;}

#menu_top {position: absolute; right: 0; margin-top: 20px; margin-right: 20px;}
#menu_top li {float: left;}

#menu_top li a { font-family: 'Ubuntu', Arial, sans-serif; display: inline-block; padding: 4px 18px; color: #FFF; font-size:18px; }
#menu_top li a:hover {color: #fe6835; -moz-text-shadow: 0 0 10px #fff; -webkit-text-shadow: 0 0 10px #fff; text-shadow: 0 0 10px #fff;}

#box {height: 469px; background: transparent url('../gfx_start/bg_box.png') no-repeat top center; margin-bottom: 10px; color: #666;}
#box h1 {font-family: 'Ubuntu', Arial, sans-serif; color: #FFF; font-size:20px; text-transform:lowercase; padding-top: 6px; margin-left: 30px;  margin-bottom: 10px;line-height: 35px; font-weight: bold;}
#box a:hover{opacity: 0.9;}
#box img{border: 4px solid #fe6835; margin-left: 6px; -moz-box-shadow: 0 0 10px #888; -webkit-box-shadow: 0 0 10px #888; box-shadow: 0 0 10px #888; }
#box p {font-family: 'Ubuntu', Arial, sans-serif; margin-left: 30px; margin-top: 10px; color: #222;}
#box p span {color:#fe6835; font-weight:bold;}
#box a.go {display: block; width: 250px; height: 42px; background: #fe6835;  margin-top: 50px;  margin-bottom: 6px; color: #FFF; font-family: 'Ubuntu', Arial, sans-serif; font-size:30px;}


 
#ft {position: fixed; bottom: 0; left: 0; width: 100%; font-size: 10px; line-height: 40px; background: #000 url('../gfx/bg_ft.jpg') repeat-x top center; 
  -moz-box-shadow: 0 -3px 8px rgba(0,0,0,0.4); 
  -webkit-box-shadow: 0 -3px 8px rgba(0,0,0,0.4); 
  box-shadow: 0 -3px 8px rgba(0,0,0,0.4);
  text-transform: uppercase; color: #999;}

#ft small {font-size: 10px; padding-left: 20px;}
#ft small a {color: #fff; padding: 2px;}
#ft small a:hover {color: #000; background:#fe6835;}
#ft span {position: absolute; font-size: 10px; right: 20px; top: 0;}
#ft span a {color: #fff; padding: 2px;}
#ft span a:hover {color: #000; background:#FFF; }

