 /* made by Mrs. FrogLace with love ;) */
 
 body {
	margin: 0;
	padding: 0;
    background: url('images/evilgod2.png') ; 
    background-color: #666;
    color: #600;
    font: 0.8em  Trebuchet MS, LucidaGrande, Verdana,  sans-serif; 
    font-weight: 400;
 }
 
img { border: none; }

a {
  color: #800;
  text-decoration: none; 
}
a:hover {
  color: #300;
  text-decoration: underline; 
}


h3 {
 font-size: 1.2em;
 font-weight: 700; 
 font-variant:small-caps;
}

p {
 font-size: 1em;
 font-weight: 400; 
}
 
 #background /* this is the wrapper */
{ 
	 left: 0px; 
	 top: 0px; 
	 position: relative; 
	 margin-left: auto; 
	 margin-right: auto; 
	 width: 1280px;
	 height: 720px; 
	 /* overflow: hidden; */
	 z-index:0;
	} 

 #evilgod /* this was the background tile in the psd */
{ 
	 left: 0px; 
	 top: 0px; 
	 position: absolute; 
	 width: 1280px;
	 height: 720px;
	 z-index:1;
}
 

 #scrbody /* body area of the scroll */
{ 
	 /* background-color: #fafaea;     */
     left: 530px; 
	 top: 155px; 
	 position: absolute; 
	 width: 500px;
	 z-index:4;
} 

 #scroll /* conTent ;) */
{ 
     margin: -25px 15px 5px 0px;
     padding: 15px;
     padding-left: 30px;
     border:0px;
	 position: relative; 
	 width: auto;
	 height: auto;
     text-align: justify;
	 z-index:19;
     background: url('images/scrbody.png') repeat-y; 
} 

 #scrbtm /* bottom of the scroll */
{ 
	 background-color: #fafaea;
     background: url('images/scrbtm.png') no-repeat;
    left: -15px; 
	top: -5px;
	 position: relative; 
	 width: 529px;
	 height: 155px;
	 z-index:3;
} 

 #scrtop /* top of the scroll */
{ 
	 background-color: #fafaea;
     background: url('images/scrtop.png') no-repeat;
     left: 515px; 
	 top: 0px; 
	 position: absolute; 
	 width: 529px;
	 height: 155px;
	 z-index:5;
} 

 #parkerpic 
{ 
	 left: 112px; 
	 top: 125px; 
	 position: absolute; 
	 width: 326px;
	 height: 446px;
	 z-index:6;
} 

 #gldsp /* the big SP */
{ 
	 left: 1180px; 
	 top: 610px; 
	 position: absolute; 
	 width: 95px;
	 height: 105px;
	 z-index:7;
} 

 #sp /* small SP */
{ 
	 left: 5px; 
	 top: 5px; 
	 position: absolute; 
	 width: 41px;
	 height: 45px;
	 z-index:8;
} 

 #dabtn /* deviantArt button */
{ 
	 left: 375px; 
	 top: 575px; 
	 position: absolute; 
	 width: 63px;
	 height: 63px;
	 z-index:9;
} 

 #tumblrbtn /* Tumblr button */
{ 
	 left: 310px; 
	 top: 575px; 
	 position: absolute; 
	 width: 63px;
	 height: 63px;
	 z-index:10;
} 

 #bloggerbtn /* blogger button */
{ 
	 left: 245px; 
	 top: 575px; 
	 position: absolute; 
	 width: 63px;
	 height: 63px;
	 z-index:11;
} 

 #twitterbtn /* twitter button */
{ 
	 left: 180px; 
	 top: 575px; 
	 position: absolute; 
	 width: 63px;
	 height: 63px;
	 z-index:12;
} 

 #fbbtn /* Facebook button */
{ 
	 left: 115px; 
	 top: 575px; 
	 position: absolute; 
	 width: 63px;
	 height: 63px;
	 z-index:13;
} 

 #FLSbtn /* FrogLace button */
{ 
	 left: 1060px; 
	 top: 475px; 
	 position: absolute; 
	 width: 183px;
	 height: 80px;
	 z-index:14;
} 

 #DSbtn /* Draig Sidhe button */
{ 
	 left: 1060px; 
	 top: 310px; 
	 position: absolute; 
	 width: 183px;
	 height: 80px;
	 z-index:15;
} 

 #sealandsky /* book site button */
{ 
	 left: 1060px; 
	 top: 145px; 
	 position: absolute; 
	 width: 183px;
	 height: 80px;
	 z-index:16;
} 

 #wolfrose /* wolfrose button */
{ 
	 left: 1111px; 
	 top: 33px; 
	 position: absolute; 
	 width: 150px;
	 height: 75px;
	 z-index:17;
} 

 #name 
{ 
	 left: 12px; 
	 top: 0px; 
	 position: absolute; 
	 width: 491px;
	 height: 122px;
	 z-index:18;
} 

 #copyright 
{ 
	 left: 100px; 
     border:solid 0px;
     margin: 0px;
     padding: 0px;
	 top: 635px; 
	 position: absolute; 
	 width: 350px;
	 height: auto;
     font: 0.9em  Trebuchet MS, LucidaGrande, Verdana,  sans-serif;
     font-weight: 700;
     text-align: center;
     font-variant: small-caps;
     color:#eee;
	 z-index:20;
}

