/* BASIC STRUCTURE */
html {margin:0;padding:0;border-top:10px solid red;}
body {background-color: black;max-width: 100%; font-size: 100%;min-height:100em;overflow: hidden;}
#page-wrap {width: 100%; margin: 0;height: auto !important; height: 100%;}

#displaying {
float:left;
clear:both;
position:absolute;
height: 450px;
width: 400px;
margin-left:-190px;
margin-top:300px;
background: url(images/skeleton3.png) center center no-repeat;
text-indent:-9999px;
} 
div#text {width:360px;height:300px;background-color:black;left:50%;top:50%;position:absolute;margin-left:-140px;margin-top:-150px;}
h1,h2,h3,h4,h5,h6 {font-family: Georgia, "Hoefler Text", Times, "Times New Roman", serif;color:white;background-color:black; }
h1{font-size:3.2em;font-weight:600;font-style:normal;color:white;letter-spacing:-1px;word-spacing:0.2px;}
h2{margin-top:-35px;margin-left:1px;font-size:1em;font-weight:normal;letter-spacing:0.2em;word-spacing:-0.1em;font-family: "Hoefler Text", Georgia, "Times New Roman", serif;}
h3{margin-top:-10px;font-size:1.1em;font-family:Verdana, sans-serif;font-weight:bold;font-style:normal;letter-spacing:1em;word-spacing:-0.6em;}
h4{margin-top:-10px;margin-left:176px;font-size:0.5em;font-family:Times,serif;font-weight:bold;font-style:italic;letter-spacing:0.5em;word-spacing:-0.1em;}
h5{margin-top:-10px; margin-left:212px;font-weight:lighter;font-family:Georgia,serif; font-size: 0.75em; letter-spacing:1px;} 
a.mail{color:white;text-decoration:none;}
a.mail:hover{color:red;text-decoration:underline;}



