@charset "utf-8";

/* ----------------------

css for : collection

------------------------- */

body {
	background: #000;
}


div#nav,
div#content {
	height: 654px;
}

div#nav h2 {
	position: absolute;
	bottom: 60px;
	left: 60px;
}

div#content {
	position: relative;
}

body#index div#content {
	background: url("../images/content_bg.jpg") no-repeat;
}


ul.text {
	position: relative;
	top: 390px;	
}

ul.text li {
	margin-bottom: 10px;
}