@charset "UTF-8";
/* CSS Document */
#wrap {
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	width:100%;

}
#logo{
	
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:190px;
	margin-bottom:auto;
	height:100px;
	width:400px;
	padding-top:220px;
	padding-left:220px;
	
}
	
#bodytext{
	font-size:10px;
	color:#000;
	font-family: 
 	font-family: Gotham-Book;
	width:105px;
	height:20px;
	float:left;
}
#bodytext a{
	display:block;
 	width:100%;
  	height:100%;
  	text-decoration:none;
}
#bodytext a:hover {
  text-decoration:none;
 
}
#bodytext1{
	font-size:10px;
	color:#000;
	font-family: 
 	font-family: Gotham-Book;
	width:90px;
	height:20px;
	float:left;
	margin-left:10px;
}
#bodytext1 a{
	display:block;
  	width:100%;
  	height:100%;
  	text-decoration:none;
}
#bodytext1 a:hover {
  text-decoration:none;
  
}
