a {
	color: #323f49;
	text-decoration: none;
}

a:hover {
	color: #51bcbe;
}

#logo {
	background-image: url(/file/Logo-Delta-Watersport2.png);
}

#header {
	background-color: #ffffff;
}

#footer {
	background-color: #323f49;
}

/* custom styling */

#logo {
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
    display: block; 
}

#logo {
	margin: 0 50px 0 15px;
}

#header .title {
        color: #323f49;
}

#loc a {
        color: #51bcbe;
}

#loc li { 
        color: #323f49;
}

#loc li:hover {
        color: #51bcbe;
}

#content-wrapper {
margin-bottom: 120px;
}

#footer {
position: fixed;
bottom: 0;
min-width: 100%;
margin-top: 100px;
}

