body {
	background-color: #F7F7F7;
	font-family: Lucida sans-serif, Lucida Sans Unicode, Trebuchet MS;
	font-size: 12px;
	color: #666666;
}

img {
	border: 0;
}

			a.footer {
				color: #7ccdce;
				text-decoration: none;
			}
			
			a.footer:hover {
				color: #666666;
				text-decoration: none;
			}
			
			#all {
				width: 900px;
				margin: 0px auto;
				margin-top: 100px;
				text-align: left;
			}
			
			#logo {
				padding: 0;
				width: 156px;
				float: left;
			}
			
			#social {
				padding: 0;
				width: 172px;
				float: left;
				margin-left: 80px;
				text-align: center;
			} 
			
			#sociallogos {
				margin-bottom: 20px;
			}

			#stream {
				padding: 0;
				width: 432px;
				float: right;
			}
						
			#footer {
				clear: both;
				padding: 40px;
				position: fixed;
				bottom: 0px;
				width: 100%;
				text-align: center;
			}
			
			#footertext {
				border-bottom: 1px dotted #666666;
			}