body {
	margin :0;
}

a img {
	border: 0;
}
#header {
	/* border: 1px solid red; */
	height: 95px;
	background-color: #fff;
	padding-left: 117px;
}

#mainContainer {
	/* border: 1px solid red; */
	background: url('../images/bg.jpg') no-repeat center center;
	width: 1224px;
	height: 977px;
	margin: 0 auto;
}

#logo {
	/* border: 1px solid red; */
	height: 114px;
}
#logo img {
	margin-top: 20px;
}

#tweet {
	margin:0 auto;
	width: 994px;
	/* border: 1px solid blue; */
}

#show {
	text-align: center;
	height: 532px;
	padding-top: 97px;
	/* border: 1px solid blue */;
	
}

#banner {
	margin-top: 5px;
	float: right;
	height: 54px;
	width: 263px;
	background: url('../images/Tlogo.jpg') no-repeat left center;
	padding-left: 55px;
	line-height: 14px;
}
#banner a {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}