	html,body
	{
		height:100%;
		padding:0;
		margin:0;
		background-color:#FFF;
		background-image:url(http://eastcoastbailbonds.net/images/ecbg.png);
		background-repeat:repeat;
		background-size:cover;
		background-position:center;
		font-size: 1.25vw;
	}
	#header
	{
		background-color:#ff6000;
		border-bottom-style:solid;
		border-bottom-width:3px;
		border-bottom-color:#000000;
	}
	#middle
	{
		width:98%;
		margin:auto;
		height:60%;		
	}
	#border
	{
		border-radius:8px;
	}
	#textbox
	{
		border-style:solid;
		border-color:#000000;
		border-width:3px;
		border-radius:12px;
		background-color:rgba(0,0,0,.8);
	}
	#border
	{
		border-radius:8px;
		border-style:solid;
		border-color:#000000;
		border-width:3px;
		border-radius:12px;
	}
	#textbox2
	{
		border-style:solid;
		border-color:#ff9000;
		border-width:3px;
		border-radius:12px;
		background-color:#FFF;
		text-align:center;
		padding:10px;
		height:300px;
}