html, body {
margin: 0;
padding: 0;
}

html{
height: 100%;
}

body {
background-color:#003;
font-family: 'Cambria', 'Times New Roman', sans-serif;
background-image: url('blueprint_sd.jpg');
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
text-align: center;
color: black;
text-shadow: #99f 1px 1px 0px;
}

div#floatbox {
position: absolute;
top: 50%;
width: 100%;
margin-top: -75px;
height: 150px;
}

#floatbox h1, h2{
font-variant: small-caps;
font-weight: normal;
margin: 0;
padding: 0;
}

h1 {
font-size: 3em;
margin: 1em;
}

h2 {
font-size: 2em;
margin-bottom: 1em;
}

p {
font-size: 1.1em;
width: 200px;
padding: 0;
margin: auto;
color: black;
}
