div#container
{
   width: 100%;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
body
{
   background-image: url(opener.jpg);
   background-color: #000000;
   background-repeat: no-repeat;
   background-size: 100%;
}

.style1{
	font-family:arial;
	font-size: 14px;
	color:#777777;
	background-color:#FFFFFF;
	align:center;
}
a.a1:link {color: #FFFFFF;text-decoration: none;}
a.a1:visited {color: #FFFFFF;text-decoration: none;}
a.a1:active {color: #FFFFFF;text-decoration: none;}
a.a1:hover {color: #CCCCCC;text-decoration: none;}