@charset "utf-8";
/* CSS Document */
body { padding: 0px; margin: 0px; background-image: url(bg.jpg); background-size: cover; }
#index-wrapper { width: 100%; position: absolute; bottom: 50px;	left: 0px; }
#index-menu { width: 80%; height: 35px; padding: 0px; margin: 0px auto; }
#wrapper { width: 1280px; padding: 0px; margin: 0px auto; }
.indexBg { background-image: url(bg.jpg) center center fixed; background-repeat: no-repeat; background-size: cover; }
#logo { width: 160px; height: 34px; float: left; }
#nav { float: right; }
#nav li { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 1.4em; display: inline; padding-left: 40px; text-shadow: 2px 2px #333333; }
#nav li a { text-decoration: none; color: #FFFFFF; }
#nav li a:hover { text-decoration: underline; }