.index {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

/* @group item */

.item {
	width: 480px;
	height: 240px;
}

.item .border {
	width: 458px;
	height: 225px;
}

.menu {
	width: 200px;
	padding: 20px;
	float: left;
	position: relative;
}

.menu h1 {
	margin-bottom: 10px;
}

.menu ul {
	margin-left: 15px;
}

.menu ul li {
	list-style-type: square;
	padding-bottom: 5px;
}

.image {
	width: 240px;
	height: 240px;
	float: right;
}

/* @end */
