@charset "utf-8";

html, body{
	margin:0px;
	padding: 0px;
}

body{
	background: #990000 url(images/tweetertraffic_bg.jpg) repeat-x;
}

#container{	
	width:1164px;
	margin:0 auto;
	text-align:left;
	background:#333333;
	background-image: url(images/tweetertraffic_sidebg.jpg);
	background-repeat: repeat-y;
}

#header{
	width:1164px;
	height:560px;
	margin:0 auto;
	background-image: url(images/tweetertraffic_header.jpg);
}

#content{
	width:1164px;
	margin:0 auto;
	padding:0px;
}

#footer{
	width:1164px;
	height:245px;
	background-image: url(images/tweetertraffic_footer.jpg);
	margin:0 auto;
}
	