/*----------- General -----------*/
.hidetext {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	line-height:0;
	/*height:0;*/	
}

strong {
	font-weight: bold;
}

em{
	font-style:italic;
}

body{
	height:100%;
	postion:relative;
	background:#000;
}


#header{
	background:url(../images/header.png) repeat-x;
	height:28px;
	z-index:100;
	display:block;
	top:0;
	width:100%;
	position:absolute;
}

#header-inner{
	width:950px;
	margin:0px auto;
}

#header-inner #logo{
	float:left;
	width:192px;
}

#header-inner p{
	float:right;
	width:740px;
}

#address{
	background:url(../images/address.png);
	width:511px;
	height:28px;
	float:left;
}

#email{
	background:url(../images/email.png);
	width:223px;
	height:28px;
	display:block;
	cursor:pointer;
	float:left;
}

#email:hover{
	background-position: 0 28px;
}

#text{
	background:url(../images/text.png);
	width:858px;
	height:270px;
	margin:0 auto;
	position:relative;
}

#textcont{
	z-index:100;
	display:block;
	bottom:5%;
	width:100%;
	position:absolute;	
}

#text *{
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	line-height:0;
}

#text #jaison{
	width:230px;
	height:20px;
	cursor:pointer;
	position:absolute;
	right:30px;
	top:128px;
	background:url(../images/jaison.png);
}

#text #jaison:hover{
	background-position:0 20px;
}