#sidebar { height: 100%; width: 25%; box-sizing: border-box; background: #01013d; background-image: url('/The_Nexus.png'); background-attachment: local; text-align: center; border-right: 5px ridge #c0c4c0; margin: auto; top: 0px; left: 0px; float: left; padding: 15px; overflow: hidden; position: fixed; box-shadow: 10px 0px 25px #000; } #header { font-size: 48px; } #marquee { text-align: center; color: #f37388; font-size: 44px; font-weight: bold; text-shadow: -1px 0 5px #ca0051, 0 1px 5px #ca0051, 1px 0 5px #ca0051, 0 -1px 5px #ca0051; } #navbox { height: 212px; background: #000408; border: 5px outset #c0c4c0; padding: 5px; overflow: auto; } table { width: 100%; } tr, td { width: 100%; border: 2px outset #c0c4c0; border-collapse: collapse; } #welcome { width: 600px; background: #01013d; background-image: url('/The_Nexus.png'); background-attachment: local; text-align: center; border: 5px outset #c0c4c0; margin-top: 25px; margin-left: 600px; margin-bottom: 50px; padding: 15px; position: relative; box-shadow: 10px 10px 25px #000; } #updates { width: 600px; background: #01013d; background-image: url('/The_Nexus.png'); background-attachment: local; text-align: left; border: 5px outset #c0c4c0; margin-left: 600px; margin-bottom: 25px; padding: 15px; position: relative; box-shadow: 10px 10px 25px #000; } a { color: #49bb34; transition: all 0.2s ease; text-decoration:none; text-shadow: -1px 0 5px #1b4406, 0 1px 5px #1b4406, 1px 0 5px #1b4406, 0 -1px 5px #1b4406; } a:hover { color: #000; text-shadow: -1px 0 5px #ca0051, 0 1px 5px #ca0051, 1px 0 5px #ca0051, 0 -1px 5px #ca0051; }