/*	wwww.moustachefootballclub CHARTS style sheet.
	------------------------------------------------
	Style name : 	Moustache Football Club - CHARTS
	Author name : 	Rémi Bastien ©
	Date : 			Sept. 2012
	------------------------------------------------
	Please email me for more information :
	remi[dot]bastien[at]gmail[dot]com
	------------------------------------------------
	Have good time on my website !
	------------------------------------------------
*/

/**********************
	RESET
	Reset browsers default margin, padding & html fonts
**********************/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/**********************
	BODY
**********************/
body {
	background-color: #292826;
}

/**********************
    FOOTER
**********************/
#footer {
        margin-top: 10px;
		margin-bottom: 10px;
        width: 100%;
        height: 130px;
        border-top: 1px solid #333333;
        position: relative;
        float: left;
        background-image: url(http://www.moustachefootballclub.com/Charts/css/Images/footer.png);
        background-repeat: no-repeat;
        background-position: center;
}

.footer_link {
        text-decoration: none;
}