
/* CSS */




/* DIV CONATAINERS */

#header {
	width: 100%;
	height: 20%;
	background-color:;
	
}
#banner	{
	background: url(fb.jpg);
    	background-size: 80px 60px;
    	background: cover;
}	
#header2 {
	width: 100%;
	height: 20%;
	
}
#leftcontent {
		width: 50%;
		height: 44%;
		float: left;
		background-color:;
}
#rightcontentupper {
		width: 50%;
		height: 22%;
		float: right;
		background-color:;
		

}
#rightcontentlower {
		width: 50%;
		height: 22%;
		float: right;
		background-color:;
}
#tablecontentcenter{
		width: 100%;
		height: 22%;
		float: center;
}
#footer {
		width: 100%;
		height: 15%;
		background-color:;
		clear: both;
}
.body { 
	background-color: #76AAD1;
}

