
img{
	border: none;
}

#container{
	width:100%;
	height:270px;
	background-color:#3fbcc2;
	position: relative;
	overflow: hidden;
	margin-left: auto; 
	margin-right: auto;
	z-index: 500;
}
#header{
	position:relative;
	overflow:hidden;
	top:-130px;
	border:0;
	text-align: center;
}
#disclaimer{
	
	position:relative;
	top:-145px;
	border:0;
	text-align: center;
}
#fuse1{
	position:absolute;
	top:36%;
	left:77%;
}
#fuse2{
	position:absolute;
	top:36%;
	left:81%;
}
#bridge{
	width:400px;
	height:46px;
	z-index:800;
	position:absolute;
}

#cloud1{
	width:110px;
	height:200px;
	position:absolute;
	z-index:900;
	top:-300px;
	left:20px;
}
#cloud2{
	width:110px;
	height:200px;
	position:absolute;
	z-index:850;
	top:-400px;
	left:550px;
}
#cloud3{
	width:110px;
	height:200px;
	position:absolute;
	z-index:850;
	top:-400px;
	left:-120px;
}

#ohno{
	width:86px;
	height:194px;
	position: absolute;
	z-index:950;
	top:200px;
	left:600px;
	opacity: 0;

}
#face{
	position:relative;
	top:176px;
	left:33px;
	opacity:0;
}
#twitter_update_list{
	width:300px;

	color:#000;
	position:absolute;
	z-index: 2000;
	left:-80px;
	bottom:10px;
	list-style:none;
}
#twitter_update_list li{
	background: #f4f8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f8f9 1%, #e8f0f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f8f9), color-stop(100%,#e8f0f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8f9', endColorstr='#e8f0f2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* W3C */
	box-shadow: 1px -1px 2px #bbc6c8;
	-webkit-box-shadow: 1px -1px 2px #bbc6c8;
	-moz-box-shadow: 1px -1px 2px #bbc6c8;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:15px;
	width:300px;
}

#twitter_update_list::after {
	content: "";
	position: relative;
	left: 140px;
	border-width: 15px 15px 0;
	
	display: block;
	width: 0;
}