body{
    margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
    background: #348cb2;
    overflow: hidden;
}

#bg{
    background: url("assets/css/images/bg.jpg");
    background-repeat: repeat-x;
    height: 100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    text-align: center;
    background-size: 2250px auto;
	width: 6750px;
}
footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    bottom: 0;
    cursor: default;
    height: 6em;
    left: 0;
    line-height: 8em;
    position: absolute;
    text-align: center;
    width: 100%;
}

.contentlist{
    color:#000;
}