
/* ------------  Home Page  -----------*/
	
#front {
	position: relative;
	background-image: url(pictures/front_img.jpg);
	top: 6px;
	left: 6px;
	width: 708px;
	height: 451px; }
	
#logo {
	position: relative;
	background-image: url(graphics/logo.jpg);
	width: 720px;
	height: 138px; }
	
#txt {
	position: absolute;
	background-image: url(graphics/text_bg.png);
	width: 695px;
	height: 155px;
	left: 13px;
	top: 290px;
	z-index: 99; }
	
#txt p {
	padding: 5px 5px 5px 10px;
	font-size: 14px; }