#topleftredbox
{
	top:0px;
	left:0px;
	position:absolute;
	
	width:288px;
	height:228px;
	background:rgb(185,32,34);
}

#bottomleftredbox
{
	top:372px;
	left:0px;
	position:absolute;
	
	width:288px;
	height:278px;
	background:rgb(185,32,34);
}

#toprightredbox
{
	top:0px;
	left:431px;
	position:absolute;
	
	width:719px;
	height:228px;
	background:rgb(185,32,34);
}

#bottomrightredbox
{
	top:372px;
	left:431px;
	position:absolute;
	
	width:719px;
	height:278px;
	background:rgb(185,32,34);
}

#verticalbluestripe
{
	top:0px;
	left:324px;
	position:absolute;
	
	width:72px;
	height:650px;
	background:rgb(18,25,166);
}

#horizontalbluestripe
{
	top:264px;
	left:0px;
	position:absolute;
	
	width:1150px;
	height:72px;
	background:rgb(18,25,166);
}