
html {
    height: 100%;
    font-family: Arial;
}

body {
    margin:0;
    min-height: 100%;
    position: relative;
    font-family: Arial;
    text-align: center;
    overflow: auto;
}

.header {
    background:url(../images/header_bg.png);
    background-repeat: repeat-x;
}

.content
{
    height: 100%;
}

.header-elements {
    margin: 0 4% 0 4%;
    font-family: Arial;
}

.header-item {
    position: relative;
    float: left;
}

.orch-logo {
    top: 16px;
    text-align: left;
}

.orch-app-name {
    text-align: center;
    font-size: x-large;
    margin-top: 7px;
	color: #ffffff;
}

#widgetBranchCustomers > div.widget-head > figure{
    width: 145px;
    margin-right: auto;
    margin-left: auto;
}

.widget-content {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
