html, body {
height: 100%; 
overflow: hidden;
}

body {
margin:auto; 
padding:40px 20px 20px 20px;
color:#333; 
font-family:Georgia, "Times New Roman", Times, serif; 
max-width:800px; 
background:#9ae4e8 url("img/bg.gif") no-repeat fixed;
}

h1 {
margin:0; 
padding:0 0 20px 190px;
font-weight:normal;
font-size:80px;
line-height:70px;
letter-spacing:-3px;
color:#3579a6;
background:url("img/twitter.png") no-repeat 24px 0;
}

h1 span {
font-size:96px;
font-family: Baskerville, Palatino, "Book Antiqua", serif;
font-style: italic;
}

h2 {
margin:0; 
padding:0 0 10px 200px;
font-weight:normal;
text-transform:uppercase; 
margin-top:-26px; 
font-size:18px;
line-height:20px;
letter-spacing:-1px;
color:#5d94b8;
}

p {
margin: 0;
padding: 0 0 20px 0;
}

.important {
color:#FF0000; 
font-weight:bold; 
}

a {
text-decoration:none;
color:#008bc8;
}

a:hover {
text-decoration:underline;
}

#intro { 
padding:0 0 0 190px;
}

#content {
padding:0 0 0 190px;
height: 100%;
overflow:hidden;
}

.tweet {
display: block;
clear: both;
margin: 0 0 30px 0;
overflow: hidden;
}

.tweet p { 
margin: 0;
padding: 0;
font-size:22px;
line-height:26px;
color:#333; 
}

.tweet p a { 
color:#333; 
}

.tweet p strong {
font-weight:normal;
text-transform:uppercase; 
font-size:14px;
line-height:24px;
}

.tweet p strong a {
color:#008bc8;
}

#about { 
z-index: 99;
width:100%; 
position:fixed; 
margin:0 0 0 190px;
padding:110px 0 0 0;
bottom:0; 
background:transparent url("img/fade.png") repeat-x;
}