@charset "UTF-8";

*{
	padding:0px;
	margin:0px;
	font-weight:400;
	font-family: serif ;
	font-size:12px;
	color:#fff;
	line-height : 1.5em;
	letter-spacing : 0.07em ;
}

.whitebox:after{
	content: url(./img/whitebox-trans.png);
	display: block;
	clear: both;
	height: 0;
}

img{
	border:none;
}

li{
	list-style:none;
}

a{
	text-decoration : none;
	color : #FFFABF ;
	outline : none ;
}
a:active,
a:hover{
	color:#4F4800;
}

h1{
	font-weight : bold ;
	margin : 10px 10px 10px 0px ;
}

h2{
	font-weight : bold ;
	margin : 10px 10px 10px 20px ;
}

h3{
	font-weight : bold ;
	margin : 5px 5px 0px 20px ;
}

hr{
	clear:both;
	border-widgh:1px;
	border-color : silver ;
	//color:silver ;
}


img#whitebox{

	margin-top : 50px ;
	display: block;
	clear : both ;

}

img#insta{

	margin-top : 10px ;
	margin-left : 380px ;
	display: block;
	clear : both ;
	width : 30px ;
	height: 30px ;
	text-align : center ;

}


body{
	background : #000 url(./img/background.gif) no-repeat 0 0;
	background-position : center top ;
	background-attachment: fixed ;
}



div#includebg{
	width : 850px ;
	margin-left:　auto　;
	margin-right:　auto　;
	margin-bottom: 30px ;
	text-align : center ;
	background : transparent url(./img/copyright.gif) no-repeat;
	background-position : center bottom ;

}


div#wrap{

	width : 800px ;
	margin-left:　auto　;
	margin-right:　auto　;
	margin-bottom: 30px ;

	
}