Fix CSS
diff --git a/css/style.css b/css/style.css
index 56b62b0..2f83c07 100644
--- a/css/style.css
+++ b/css/style.css
@@ -30,7 +30,7 @@
 	margin: 0 auto;
 }
 
-#header_wrapper,#body_wrapper,#footer_content,.row {
+#header_wrapper, #body_wrapper, #footer_content, .row {
 	width: 995px;
 	display: block;
 	position: relative;
@@ -1430,4 +1430,11 @@
 
 .cc-banner .cc-message {
     padding-right: 50px;
+}
+
+/* Tweets 
+-------------------------- */
+
+#tweets {
+	overflow-y: scroll; height: 300px; width: 520px; margin: 0 auto;
 }
\ No newline at end of file