html, body {
        height: 100%;
        margin:0;
}

body {
        background-image: url('images/halloweenbg.jpg');
        background-repeat:repeat;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#000000;}


::-webkit-scrollbar-track-piece {
    background-color: #000000;
}


::-webkit-scrollbar-thumb {
    width:30px; height:3px;
    background-color:#ffffff;
    border: 16px solid #000000;
}


#navigation {
	position:relative;
        width:85%;
	right:0px;
	top:-10px;
        padding-left:50px;
        padding-right:50px;
        padding-top:30px;
        padding-bottom:30px;
        float: center;
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.9;
-webkit-border-radius: 30px;
-moz-border-radius: 90px;
border-radius: 60px;background-color:#000000;
}

#navigation A:link { 
        text-decoration: none; 
        color:#ED8C3E; 
        line-height:33px;
  font-family: "Kode Mono", monospace;
        font-weight: 700;font-size:16px;
        padding-top:14px;
        padding-bottom:14px;
        padding-left:44px;
        padding-right:44px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#ED8C3E; 
        line-height:33px;
  font-family: "Kode Mono", monospace;
        font-weight: 700;font-size:16px;
        padding-top:14px;
        padding-bottom:14px;
        padding-left:44px;
        padding-right:44px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:hover { 
         text-decoration: none; 
             color:#ED8C3E;background-color:#ffffff; 
line-height:33px;
  font-family: "Kode Mono", monospace;
        font-weight: 700;font-size:16px;
        padding-top:14px;
        padding-bottom:14px;
        padding-left:44px;
        padding-right:44px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}


#header {
        background-image: url('images/halloween.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:557px;
        width:100%;
        margin-top:-5px;
}


a:link {
        text-decoration: none; 
        color:#ED8C3E; 
	font-size: 16px;
  font-family: "Kode Mono", monospace;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        color:#ED8C3E; 
	font-size: 16px;
  font-family: "Kode Mono", monospace;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        color:#ED8C3E; 
	font-size: 16px;
  font-family: "Kode Mono", monospace;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#ffffff; 
	font-size: 16px;
  font-family: "Kode Mono", monospace;
        font-weight: 600!important;}


b { 
        color: #723B2B;  	font-size: 16px;      font-weight: 400!important;    font-family: "Kode Mono", monospace;

}

i { 
        color: #DCDB4B;   	font-size: 16px;      font-weight: 400!important;    font-family: "Kode Mono", monospace;

}


#container {
	margin: -20px;
	position: relative;
	float: center;
	width:50%;
}

.contentx{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 70px;padding:25px;
	font-size: 16px;
  font-family: "Kode Mono", monospace;
        font-weight: 500!important;
        text-align:justify; color:#D9D9D9;
        line-height:38px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.8;}


blockquote {
 	background-color:#0F0E0E; 
 	padding: 8px;
	text-align:justify;
	color:#D9D9D9;border:3px dashed #F2581C;  font-family: "Kode Mono", monospace;}
h1 { 
	color:#E67440;
        letter-spacing:1px;
  font-family: "Great Vibes", cursive;
        font-size:48px;
        padding:10px;}

.contentx input, textarea, select {
  background-color: #0F0E0E;
  border: 2px dashed #ED5712;
  padding:4px;
  color:#ED5712;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;  font-family: "Kode Mono", monospace;
}