@font-face {
    font-family: 'FeniceBTRegular';
    src: local('FeniceBTRegular'),
    src: url('fonts/fenice_regular_bt-webfont.eot');
    src: url('fonts/fenice_regular_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fenice_regular_bt-webfont.woff') format('woff'),
         url('fonts/fenice_regular_bt-webfont.ttf') format('truetype'),
         url('fonts/fenice_regular_bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('FuturaLtBTLight'),
    src: url('fonts/futura_light-webfont.eot');
    src: url('fonts/futura_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_light-webfont.woff') format('woff'),
         url('fonts/futura_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	letter-spacing:0em;
	text-decoration:none;
	font-family: 'FeniceBTRegular', serif;	
	font-size:9px;
	color:#000000;
	line-height:160%;
	margin : 0 0 0 0; 
	background:#222221;
}


#idPage {
	position:relative;
	width:1024px;
	height:950px;
	text-align:left;
	 background:transparent  url('../images/phpThumb.php?src=xbody.png&bg=222221') repeat-y top left;
	margin:10px auto;
	padding:0;
}
#idHeader {
	position:absolute;
	left:0px;
	width:1024px;
	height:68px;
	background:transparent url('../images/phpThumb.php?src=xtop.png&bg=222221&q=100&f=jpeg') no-repeat center center;

}


#idNavigation {  			/* MAIN NAVI */
	position:absolute;
	top:140px;
	left:37px;
	width:909px;
}

#idContent {  			/* CONTENT */
	position:absolute;
	top:200px;
	left:50px;
	width:930px;
	z-index:20;
	background:#222221;	
	border:0px dotted #FFFFFF;	
}

#idFooter {
	height:110px;
	width:1024px;
	margin:40px 0 0px -51px;
	background:transparent url('../images/phpThumb.php?src=xbottom.png&bg=222221&q=100&f=jpeg') no-repeat bottom left;
}

.intro {
	color:#C13DC7;
	line-height:160%;
	font-weight:400;
	}	
	
.head {
	font-family: "FeniceBTRegular", serif;	
	font-size:45px;
	text-align:center !important;
	line-height:100%;
	}

.text {
	font-family: "FuturaLtBTLight", sans-serif;	
	font-size:26px;
	text-decoration:none;
	letter-spacing:.1em;
    }