.container { 
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: none;
}

h2 {
    font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;    
}

a {
    color:#37BC9B;
}

h3 {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;    
}

#header {
    margin-bottom: 0px;
}

a.joomlashack{
    display: none;
}

.well-small {
    display: none;
}