CSS in Tumblr wird Ignoriert

Guten Tag. 
Ich habe vor einer Weile eine kleine schlichte Seite auf Tumblr geschrieben und nun auch versucht CSS einzubauen. Im Bearbeitungsmodus wird mir nun die Seite so angezeigt, wie ich sie haben will. Wenn ich die Einstellungen speichere und die Seite aufrufe wird jedoch der CSS komplett ignoriert. Weiss jemand, wo der Fehler liegt? Gibt es eine einfache Möglichkeit das Problem zu beheben?
Hier ist der Skript der Seite:

NUGGET!

NUGGET SERVER

Home

Mitarbeiter

Skype

Du bist Besucher N°!

Nugget CS:GO

_Willkommen auf der offitiellen Webseite des Nugget

CS:GO Servers!
–UPDATE NEWS–

22.11.2014

Server wurde zum CS:GO-Server umgebaut. Und: das CSS der Seite
funktioniert nicht!!!

13.09.2014
Webseite ist

frisch online gegangen, happy birthday!!!_
letztes update am 22.11.2014

© gladeare

{CustomCSS}
body {
background-color:#222b2b;
font-family: ‚Times New Roman‘;
font-size:15px;
font-weight:normal;
text-align:left;
}

#page {
width:1000px;
margin:auto;
}

#header {
width:100%;
background-color:orange;
text-align:center;
padding-top:10px;
padding-bottom:10px;
color:#FFFFFF;
font-size:25px;
border-radius:5px;
margin-bottom:10px;
}

#maincontent {
width:100%;
}

#nav {
width:25%;
float:left;
margin-bottom:10px;
margin-top:10px;
padding-top:10px;
padding-bottom:1000px;
background-color:black;
border-bottom-right-radius:15px;
border-top-left-radius:15px;
border-top-right-radius:15px;
}

#content {
width:75%;
float:right;
}

#footer {

}