            body { margin: 0; padding: 0;
            font: sans-serif;
            color: #333; background: transparent }
            #content { position: absolute; top: 0 }


            html > body { font-size: 10px; font-style: arial, sans-serif; color: #555;}

            h1 {
            color: #ddb312;
			font-weight: normal;
            font-size: 15pt; font-style: arial, sans-serif;
			line-height: 0.8;
			z-index: 1000;
            }

            h2 {
            color: #ffffff;
			font-weight: normal;
            font-size: 12px; font-style: arial, sans-serif;
			line-height: 1.3;
			z-index: 1000;
            }


            a {
            color: #bbbbbb;
            text-decoration: none;
            }
            a:hover {
            color: #800;
            }
			
			#content { 
			font: normal 1.0em/1.0em arial, sans-serif;
			background: rgba(256,256,256,0.5);
			position: absolute; 
			margin: auto; 
			top: 15%;
			left:62px;
			width: 400px;
			height: 400px;
			padding: 30px;
			z-index: 100;
			}	
			
			
			#foot { 
			color: #cccccc;
			float: right;
            font: normal 1.0em arial, sans-serif;
			background: transparent;
			position: absolute; 
			bottom: 5%;
			right:50px;
			z-index: 100;
			}