
.equal {
	display:table;
	border-collapse:separate;
}

.row {
	display:table-row;
}

.row div {
	display:table-cell;
}

.row .one {
	width:200px;
}

.row .two {
	width:200px;
}

.row .three {

}

.content {
width: 1024px;
font-size:12px;
}

.navlink {
font-size: 12px;
text-align: center;
}