html,body{
	height:		100%;
	overflow:	hidden;
}

body, a{
	margin: 	0px;
	padding: 	0px;
	overflow:	hidden;
	font-family: "Times New Roman";
	font-size:	40pt;
	color:		#fff;
	font-variant: small-caps;
	background: #007b78;
}

img{
	border:		0px none #fff;
}

#background, #front{
	position:	absolute;
	left:		0%;
	top:		0%;
	width:		100%;
	height:		100%;	
}

#background{
	left:		50%;
	width:		50%;
	background:     url(../images/background.jpg) no-repeat top left;
}

#front_textleft{
	position:	absolute;
	top:		65%;
	left:		0px;
	width:		49%;
	text-align: 	right;
}

#front_textright{
	position:	absolute;
	top:		65%;
	left:		51%;
	width:		49%;
	text-align:	left;
}

