body{
	
	background-color:white;
}


div{
	color:red;
}

#verticalred
{
	top:350px;
	left:0px;
	background:rgb(255,0,0);
	width:1200px;
	height:100px;
	position:absolute;
}

#horizontalred
{
	top:0px;
	left:550px;
	background:rgb(255,0,0);
	width:100px;
	height:800px;
	position:absolute;
}