/* Principal Content ============================================================*/
#principalContent {
	background-image: url(../images/bg.jpg);
	background-color: #000;
	color: #fff;
}
#principalContent h1 {
	padding-top: 30px;
	max-width: 600px;
    font-size: 70px;
	color: #fff;
}
#assets-01 .item .dow {
    width: 110px;
}
#assets-01 .item .dax {
    width: 140px;
}
#assets-01 .item .ibex {
    width: 133px;
}
#assets-01 .item .nasdaq {
    width: 200px;
}
@media only screen and (min-width:1921px) {
	#principalContent {
		background-position: center;
	}
}