@font-face {
				font-family:lovecraft;
				src: url('../fonts/NatioOldHPLHS.otf'); 
				}
			body {
				color:white;
				background-color:black;
				font-family:lovecraft;
			}
                        .admin {display:none;}
			#text input {
                                width:100%;
                        }
                        textarea {
                                width:100%;
                                height:60%;
                        }
                        #contentEdit, #imageEdit {
                                display:none;
                                position:absolute;
                                top:25px;
                                left:25px;
                        }
                        #left {
				float:left;
				width:35%;
			} 
			#links {
				width:100%;
				
			}
			#text a, textarea {
				display:block;
			}
			#links a {
				display:block;
				float:left;
				width:48%;
				text-align:center;
			
				color:rgb(255,230,157);
				text-decoration:none;
                                padding-top:3px;
                                padding-bottom:3px;
			}
			#right {
				float:right;
				width:65%;
				overflow:auto;
			}
			#right img {
				height:500px;
                                margin-left:5px;
			}
			#lynx {
				
			}
			
			.top {
			text-align:center;
			width:96%;
			border:1px solid rgb(100,185,130);
			}
			#text, #describe { 
			/*height:600px;*/
			overflow:auto;
			width:95%;
                       
                        
			}
                        #text {
                                padding:0.5em;
                                text-align:center;
                        }
			#text img{
			width:100%;
			}
                        #describe p, #describe h2{
                                margin:0;
                                text-align:center;
                        }
                        #describe {
                               padding-top:1em; 
                        }