/*
1. The following line controls the custom background.
2. The first term in that line (#FFFFFF) controls the fall-back color of the background in hex notation.
3. The second term controls the background image. Place the full URL (for example,  between the parenthesis. Use Amazon to host such images. If you wish the background to sit centered at the top of the page rather than stretch to fit, remove the last rule on that line, "background-size:cover;".
*/
html{background:#000000 url() no-repeat center top fixed;}
body{background:transparent;}
/*
1. The following line controls the height of the header.
2. Match the pixel height to the exact pixel height of the image you use.
*/
.topnav{height:210px!important; margin-top: 32px;}
.topnav td{padding:0!important;}
.topnav a{padding:0 8px!important;}
td.topnav {display: none;}

/*fgt bar */
#fgtBar{background-color:#000000;height:33px;overflow:hidden;box-shadow:0 0 16px rgba(0,0,0,0.5);position:fixed;width:100%;top:0;left:0;}
#fgtBar .inner{width:780px;margin:0 auto;}
#fgtBar img{padding-top:4px;float:left;}
#nav{float:right;}
#nav a{padding-left:16px;color:#fff;text-decoration:none;line-height:33px;font-weight:bold;}
#nav a:hover{text-decoration:underline;}
/*footer*/
#footer{background-color:#000;width:780px;margin:0 auto;height:42px;padding-top:8px;border-top:solid 1px #999;}
#footer .right{float:right;}
#footer .logo{float:left;margin-left:8px;}
#copyright{float:left;color:#fff;font-weight:bold;padding-left:32px;}
#sell{color:#fff;float:left;text-align:center;padding-right:32px;}
#sell span{font-weight:bold;color:#f90;}
#verisign{margin-right:8px;}