@charset "utf-8";
/* CSS Document */

*{
	margin:0;
    padding:0;
}


body{
	margin:0;
	padding:0;
	background:#966;
	text-align:center;
}
h1,h2,h3{
	font-size:xx-small;
	overflow:hidden;
}
strong{
	font-weight:normal;
}

#container{
	margin:70px auto 0 auto;
	width:472px;
	padding:60px 0 0 0;
	background:url(../../img/border_pink.gif) top center no-repeat;
	text-align:left;
}
#top h1 a{
	display:block;
	margin:0 0 0 100px;
	padding:0;
	background:url(../../img/title_FK.jpg) no-repeat;
	width:272px;
	height:116px;
	text-indent:-3000px;
}
#top{
	margin:0;
	padding:0;
}

#top h2{
	margin:10px 0 40px 145px;
	padding:0;
	background:url(../../img/top_txt1.gif) no-repeat;
	width:187px;
	height:23px;
	text-indent:-2000px;
}
#footer address{
	text-align:center;
	font-size:85%;
	color:#CCC;
	margin:35px 0 5px 0;
	padding:0;
	font-weight:normal;
	text-transform:capitalize;
	clear:both;
}


/*
CSS Clear-fix

*/
div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div{ display: inline-block; }


/* Hides from IE-mac \*/
* html div{ height: 1%; }
div{ display: block; }
/* End hide from IE-mac */



