/* The Mirror */

/* TYPE SELECTORS */

html, body {height: 100%;}

body {
background: url("https://websafestudio.tripod.com/img/bg-999.png") #999 repeat-y 50% 0;
font: normal 14px/18px Verdana, sans-serif;
}

form {
padding: 20px 0;
}

h1, h2, h3 {
font-family: Verdana, sans-serif;
font-weight: normal;
margin: 0 0 .5em 0;
}

h1 {
color: #fff;
font-size: 32px;
}

h2 {
font-size: 20px;
line-height: 22px;
}

h3 {
color: #fff;
font-size: 18px;
font-weight: bold;
}

hr {
clear: both;
visibility: hidden;
height: 1px;
}

p {
margin: 0 0 1em 0;
}

/* PAGE STRUCTURE */

#wrapper {
background: #ddd;
margin: 0 auto;
min-height: 100%;
position: relative;
width: 960px;
}

#logo {
background: #fff;
float: left;
height: 130px;
padding: 10px;
text-align: center;
width: 170px;
}

#tagline {
background: #808080;
color: #fff;
float: left;
height: 130px;
padding: 10px;
vertical-align: top;
width: 180px;
}

#intro {
background: #87ceeb;
color: #000;
float: left;
font-size: 11px;
line-height: 14px;
height: 130px;
padding: 10px;
vertical-align: top;
width: 550px;
}

#content {
clear: both;
overflow: auto;
padding: 0 20px 20px 20px;
width: 920px;
}

#footer {
background: #87ceeb;
bottom: 0;
clear: both;
font-size: 10px;
padding: 5px 0;
position: absolute;
text-align: center;
width: 960px;
}

/* CUSTOM */

.fineprint {
color: #000;
font-size: 10px;
vertical-align: bottom;
}