background-video {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 1000px;
    height: 700px;
    z-index: -1000;
    overflow: hidden;
}

wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    z-index: 100;
}

body	{color: #444444;
	border: solid 2px #bbffaa;
	padding: 0px;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto}


h1	{font-size: 1.25em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #66aa66}

p	{font-size: 1em;
	color: blue}

p1	{font-size: 1em;
	color: red}

address	{font-size: 0.75em;
	font-style: normal}

a	{color: #33aa88}

a:hover	{color: orange}

address a:hover	{color: #ffaa00}


td	{background-color: rgba( 204, 255, 204, 0.55 )}

table   {
	border: 1; 
	cellspacing: 0; 
	cellpadding: 0; 
	width: 100%;
	border-collapse: collapse;
	}

video-back   {
	 position: absolute;
         top: 0px;
         right: 0px;
         min-width: 100%;
         min-height: 100%;
         width: 1500px;
         height: 1200px;
         z-index: -1000;
         overflow: hidden;
	 }

video    {                                            	 		         width:  400px;
	 height: 300px;
	 }