#outline {
position: relative; height: 800px; width: 800px; margin: 18px auto 0; border: solid 1px #999;
}

#caption {
width: 260px; left: 48px; top: 318px; position: absolute; visibility: visible;
}

#text {
left: 336px; top: 318px; position: absolute; width: 400px; visibility: visible; margin-top: 10px;
font-weight:100;
}

#title {
width: 800px; top: 100px; position: absolute; visibility: visible;
}

p {
color: #666;
font-size: 16px;
margin-top: 0;
font-weight:100;
}

h1 {
color: #778fbd; font-size: 20px;
font-weight: bold; line-height: 32px; margin-top: 4px;
font-style: italic;
}

h2 {
color: #778fbd; font-size: 18px;
font-weight: normal; margin: 0.83em 0 0;
}

h3 {
color: #666; font-size: 60px;
font-weight: bold; text-align: center; letter-spacing: -1px; width: auto;
}

h4 {
font-weight: bold; text-align: center; margin: 1.33em 0;
}

a {
color: #666; text-decoration: underline;
}