body,html
{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    //line-height: 18px;
    color: #444;
    background: none;
}

a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}

html
{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center; 
    background-color: #FFF;
    background-size: cover;
}

#content img{
	border-color: rgba(50, 50, 50, 0.3);
	border-radius: 20px 20px 20px 20px;
}

.navbar{
    min-height:35px;
}

