*{
    margin:0;
    padding:0;
}

html {
    overflow: auto;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
    /*background: url("bg.gif") repeat;*/
    background: black;
}

#bgCenter{
    width: 900px;
    height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("img1.jpg");
}


#overlay
{
  position: relative;
  width: 100%;
  height: 200px;
  left: 0%;
  top: 30%;
  background-color: rgb(243, 195, 50);
  background-color: rgba(243, 195, 50, 0.7);
  border-top: 8px black solid;
  border-bottom: 8px black solid;
}


#overCenter{
  width: 800px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo{
  position: absolute;
  top: 30px;
  left: 100px;
}

#text{
  position: absolute;
  top: 40px;
  left: 350px;
}


.txt_caps{
  	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: medium;
	line-height: 2em;
	letter-spacing: 0.1ex;
}

.txt_normal{
  	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 1.5;
	letter-spacing: 0.1ex;
}