
body {
    
	margin-left:auto;
    margin-right:auto;
	background: #fff;
	
}

.containerlayout {
	margin-left:auto;
    	margin-right:auto;
	width:1024px;
	height:1000px;  
}
	
	
.mainsectionlayout {
	margin-left:auto;
    	margin-right:auto;
	width:800px;
	height:800px;
	float:left;
	align:center;

}
.twitterlayout {
	background:rgba(255,255,255,0.6);
	width:224px;
	height:500px;
	float:right;
	color:#000;
	align:center;
	text-decoration: underline;
	font-size:24px;
}

.clear {
	clear:both;
}

.mainbitslayout{
	margin-left:auto;
    margin-right:auto;
	width:80%;
	height:600px;
	align:center;

}

.bitsbottom {
	align:center;
	text-align:center;
}