	* { padding: 0; margin: 0; }

    #bannerImage {
        width: 100%;
            box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
        z-index: -1;
    }

header {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #eee;
    color: #666;
    padding-left: 20px;
    z-index:1000;
    border-bottom: 5px solid #ddd
}

header.clone {
    position:fixed;
    top:-65px;
    left: 0;
    right: 0;
    z-index:999;
}

body.down header.clone {
    top:0;
}

#header
{
    margin-left: -20;   
}

.circular {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(../images/profile.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    margin-left: 50;
    margin-top: -50;
     z-index: 10;
    position: relative;
	}

.well
{
    margin-top: 60;   
}

.owenerInfo
{
    margin-left: 210;
    margin-top: -100;
}

#about
{
    margin-top: 20;
}

.progress
{
    margin-top: 20;
}

.servicesList {
    margin-top: 20;   
}

.license {
 margin-left: 15;   
}

.copyright
{
    text-align: right;
    margin-right: 15;
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    margin-top: 20;
}