@font-face {
font-family: FSLola;
    src: url('FSLola.eot?#iefix') format('embedded-opentype'), 
    url('FSLola.woff') format('woff'), 
	url('FSLola.ttf')  format('truetype');
}
@font-face {
font-family: fontFooter;
	src: url('font_footer.eot?#iefix') format('embedded-opentype'), 
    url('font_footer.woff') format('woff'), 
	url('font_footer.ttf')  format('truetype');
}

body{
	margin:0;
	padding:0;
}

#background{
	width: 100%;
	height:100%;
	position:fixed;
	margin:0;
	padding:0;
}

#wrapper{
	width: 1315px;
	height:1360px;
	left: 0;
	right: 0;
	margin: auto;
	z-index:100;
}

#content{
	width:100%;
	min-height:1000px;
	position:relative;
}

#table{
	width:1240px;
	height:700px;
	border:2px solid #f0e4c5;
	margin:auto;
	position:relative;
	top:200px;
	z-index:200;
	background-image:url('../resources/images/aboutustable.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
	box-shadow: 0px 1px 5px #888888;
	font-family:Helvetica;
}

#text{	
	width:720px;
	height:510px;
	position:relative;
	margin:auto;
	left:120px;
	right:0;
	top:110px;
	color:#979693;
	font-family:Helvetica;
	font-size:14px;
}
#lefttext,#righttext{
	width:325px;
	height:500px;
	position:relative;
	float:left;
	padding:5px;
	margin:5px;
}
#righttext{
	padding-top:60px;
	float:right;
	height:450px;
}
h1{
	color:#E2A94E;
	font-weight:normal;
	font-family: Helvetica;
	font-weight: normal;
	margin:0 0 3px 0;
}

h2{
	color:#622E08;
	font-size: 1.3em;
	font-weight: normal;
	margin:0 0 3px 0;
}
