@charset "utf-8"; /* CSS Document */ body { width:100%; background:center text-align:center; background-image: url(PURPLE%20Background.jpg); background: url(PURPLE%20Background.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; max-width:100%; max-height:100%; body{width:90%;margin:auto;min-width:400px;max-width:2000px} } ul { font:bold; font-size:32px; list-style-type:none; padding-right:80px; border:inset; border-color:black; border-left:none; border-right:none; } ol { display:inline; list-style:none; padding-right:100px; float:right; } a { text-decoration:none; color:black; text-align:center; } .horizontal { display:inline-block; text-align:center; padding-left:50px; } .writing { font-size:36px; text-align:center; } .strong { font-size: 21px; padding: none; text-align:center; } p { text-align:center; } div#footer{ display:inline; text-align:center; padding-left:100px; }