@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;

	background-image: url(img/bg.png);
	background-repeat: repeat;
}
#mainContainer {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 104px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
#jQuery_Portfolio {
	background-color: #FFF;
	height: 250px;
	margin-bottom: 10px;
	border: 2px solid #fff;
}
#portfolio_snapshot {
	background-color: #191919;
	margin-bottom: 10px;
	color: #CCC;
	border: 2px solid #fff;
}
#blog_snapshot {
	background-color: #191919;
	margin-bottom: 10px;
	color: #CCC;
	border: 2px solid #fff;
}
#footer {
	background-color: #000;
	height: 250px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#footer_container {
	width: 900px;
	margin: 0 auto;
	height: 200px;
	color: #CCC;
	margin-top: 10px;
}
#footer_left {
	height: 200px;
	padding-left: 10px;
	width: 400px;
}
#speech_bubble {
	background-color: #333;
	margin: 10px;
	margin-top: 1px;
	background-image: url(img/twitter_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	color: #CCC;
	padding: 10px 5px 30px 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	width:360px;
	
	
}
#footer_right {

}
#footer_right {
	float: right;
	width: 500px;

}
#twitter {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
