body {
	/*	background-image: url(businesscard.jpg);
	background-position: "top", "left";
	background-repeat: no-repeat;*/
	background-color:#000000; /*861719;*/
	color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display:flex;  /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlaytext{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
	text-align: center;
	font-weight: 500;
  color: white;
	line-height: 1.5;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

table.main {
		background-color: #000000;
		width: 1100px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

	td.a {
		padding: 0px 0px 0px 0px;
		color: #fffff;
		background-color: #000000;
		text-align: left;
		font-size: 10px;
		}

	td.b {
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		background-color: #000000;
		text-align:justify;
		font-size: 17px;
		line-height:130%;
		}

	td.c {
		padding: 6px 0px 0px 60px;
		color: #ffffff;
		background-color: #2667b7;
		text-align: left;
		font-size: 17px;
		line-height: 120%;
		}

	td.d {
		padding: 6px 60px 0px 0px;
		color: #000000;
		background-color: #2667b7;
		text-align: right;
		font-size: 17px;
		line-height: 120%;
		}

	td.e {
		padding: 6px 60px 0px 0px;
		color: #000000;
		background-color: #2667b7;
		text-align: right;
		font-size: 17px;
		line-height: 120%;
		}

.bigger { font-size:135%; }
.smaller { font-size:20%; }


#wrapper {
	width: 1100px;
	height: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    margin-bottom: auto;
	background: url(fond.jpg) center top no-repeat;
	background-attachment: fixed;
	}

#textbox {
    width: 1100px;
    height: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	background: url(fond.jpg) center top no-repeat;
    background-position: center;
    background-repeat: repeat;
    background-attachment: scroll;
	}

#textboxv2 {
    width: 1100px;
    height: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	background: url(fondv2.jpg) center top no-repeat;
    background-position: center;
    background-repeat: repeat;
    background-attachment: scroll;
	}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #c2c0c0;
	text-decoration: none;
}
