body { 
        text-align: center;
        background: #B7DBFF;
        background-image:url('boringbg.jpg');
        background-repeat:no-repeat;
        background-position:top center;
        height: 1200px;

}

a    {
        color: #000000;
	font-family: arial;
        font-weight: bold;
}

p    {
        color: #004080;
	font-family: arial;
        text-align: center;        
}

h1    {

        color: #004080;
	font-size: 30px;
	font-family: arial;
        text-align: center;
}

#container {
	width: 880px;
	text-align: left; 
	margin: 0 auto;
        height: 1200px;
}

#section {
	width: 880px;
	text-align: left;
	margin: 10px;
        position: absolute;
        top: 340px;




}

.tweet {
	width: 100%;
        background-color:#DBDBDB;
        text-align: left;
        padding: 3px;
	font-size: 15px;
	font-family: arial;
        color: #000000;
        height: 48px;
 
}

.alt {
	width: 100%;
        text-align: left;
        padding: 3px;
	font-size: 15px;
	font-family: arial;
        color: #000000;
        height: 48px;

}
