div#title {
position:absolute;
top:20px;
left:80px;
font-family:Verdana;
font-size:40px;
width:200px;
height:50px;
border-bottom-style: solid;
border-width: 1px;
}

div#subtitle {
position:absolute;
top:45px;
left:280px;
font-family:Verdana;
font-size:20px;
width:200px;
height:50px;
}

div#banner {
position:absolute;
top:0px;
left:0px;
font-family:Verdana;
font-size:16px;
color:white;
width:100px;
height:20px;
}

div#kermit {
position:absolute;
top:80px;
left:10px;
width:375px;
height:750px;
background-image:url("index_htm_files/0.jpg");
background-repeat:no-repeat;
}

div#construction {
position:absolute;
top:20px;
left:450px;
font-family:Verdana;
font-size: 18px;
width:1000px;
height:750px;
}

p#english {
font-family:Verdana;
font-size: 24px;
}

p#spanish {
font-family:Verdana;
font-size: 20px;
}






/* STAGING */

div#allegra {
position:absolute;
top:150px;
left:515.5px;
background-repeat:no-repeat;
}

div#saymyname {
position:absolute;
top:620px;
left:10px;
font-family:Verdana;
font-size:125px;
color:white;
width:990px;
height:135px;
border-bottom-style: solid;
border-width: 2px;
border-color:white;
}






/* STUFF THAT APPEARS ON EVERY PAGE */

div#footnote {
position:absolute;
top:900px;
left:420px;
font-family:Verdana;
font-size:16px;
color:white;
width:500px;
height:20px;
border-top-style: solid;
border-width: 1px;
}

div#social-icons {
position:absolute;
top:860px;
left:4px;
width:500px;
height:50px;
}

div#navigation {
position:absolute;
top:10px;
left:10px;
width:1200px;
height:20px;
}


div#navigation 
ul {
list-style-type:none;
margin:5;
padding:5;
overflow:hidden;
}

div#navigation
li {
float:left;
font-family:Verdana;
font-size:16px;
font-color:white;
}

div#navigation
a {
display:block;
width:200px;
}

div#navigation
a:link {color:white;}   /* unvisited link */

div#navigation
a:visited {color:grey;} /* visited link */

div#navigation
a:hover {color:#FF00FF;}   /* mouse over link */

div#navigation
a:active {color:#0000FF;}  /* selected link */

