*
{
  padding: 0px;
  margin: 0px;
}

html, body
{
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

#page_wrapper
{
}

#content_wrapper
{
}

#background_image
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#bar
{
  border-bottom: solid 4px #F2F2F2; 
  border-top: solid 4px #F2F2F2; 
  height: 100px;
  position: fixed;
  z-index: 1;
  top: 50%;
  bottom: 20%;
  width: 100%;
  font-family: Arial, Verdana, Tahoma;
  background-color: #262626;
  color: #fff;
  padding: 15px;
}

#intro_text
{
  position: relative;
  float:right;
  padding-left: 20px;
  padding-right: 20px; 
  margin-right: 40px;
	/*border-right: solid 1px #fff;*/
}

h1
{
  font-family: Tahoma, Arial, Verdana;
  font-size: 66px;
  font-weight: bold;
}

p
{
  font-size: 14px;
  line-height: 14pt;
}

a
{
  font-size: 14px;
  color: #fff;
}

img
{
  border: 0px;
}
