@charset "utf-8";
/* CSS Document */

#contentContainer {
	width:774px;
	height:auto;
}

#topbackground {
	width:554px;
	height:12px;
	float:left;
	background-image:url(../images/blog_bg_top.png);
	background-position:center;
	background-repeat:no-repeat;
}

#iframeContainer {
	margin-top:15px;
	width:554px;
	float:left;
}

#iframe {
	float:left;
	width:554px;
	height:1130px;
}

iframe {
	margin:0 15px;;
	border:none;
	width:523px;
	height:1130px;
}

#bottombackground {
	width:554px;
	height:12px;
	float:left;
	background-image:url(../images/blog_bg_bottom.png);
	background-position:center;
	background-repeat:no-repeat;
}

#twitterFeed {
	float:left;
	width:220px;
}
