@import url('bootstrap.css');
@import url('bootstrap-theme.css');
@import url('../fonts/pt-sans/stylesheet.css');

html, body {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 64px;
}

.content_header {
	background-image: url("../images/logo_large.png");
	background-repeat: no-repeat;
	height: 74px;
	background-size: contain;
}

.content_header > div {
	vertical-align: middle;
}

.wrapper {
    width: 740px;
    margin: auto;
    margin-top: 30px;
    height: 940px;
    margin-bottom: 30px;	
}

.wrapper .content_wrapper {
    height: 778px;
    margin-top: 40px;
}

.content_footer {
	height: 85px;
}

.startup {
	padding-top: 200px;
}

.full_width {
	width: 740px !important;
}

.center {
	text-align: center;
}

.startup:before {
    content: '';
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 100px;
}
