﻿.headerbar {
    color: #fff;
    background-image: url("./headers/rotate.php");
    background-size: 100% 110%;
    background-position: 50% 25%;
    border-radius: 7px;
    height: 100px
}

.forumbg {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
	background-repeat: repeat-x;
}