body {
	/*width: 795px;*/
	background: rgb(14, 32, 57);
	color: rgb(140, 170, 188);
}

.row {
	width: 810px;
}

.divider {
	margin: 0 auto;
    height: 3px;
    width: 770px;
    border-radius: 3px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(21,47,78,0.5) 33%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(33%,rgba(21,47,78,0.5)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(21,47,78,0.5) 33%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(21,47,78,0.5) 33%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(21,47,78,0.5) 33%,rgba(255,255,255,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(21,47,78,0.5) 33%,rgba(255,255,255,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
}

/*.text-container {
	margin-left: 20px;
	margin-right: 20px;
}*/
