body {
		background: repeat-y center top url(../images/black.gif);
		margin: 0;
		}
				
p {
		font: georgia;
		}
		
a, a:hover, a:visited {
		color: red;
		text-decoration: none;
		}


ul {
		list-style: none;
		}

.site {
		background: no-repeat 50% 0% url(../images/home.jpg);
		height: 852px;
		}
		
#twitter {
		width: 740px;
		margin: 0 auto;
		padding-top: 10px;
		height: 100px;
		}
		
h1 {
		font-size: 20px;
		margin: 0 20px 0 -20px;
		font-weight: normal;
		}
		
#info {
		color: white;
		padding: 0 100px 0 0;
		font-size: 16px;
		line-height: 22px;
		}