/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
	text-align: center;
    		}

/* -------------------------- Global --------------------------- */
.clear {
	clear:both;
	font-size: 0px;
}
.center {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
}
#footer {
clear:both;
	margin:0 auto;
	text-align:left;
}
#footer p{
	float:left;
}
#footer .icons{
	float:right;
}

#header {
	margin:0 auto;
	text-align:left;
}
#container {
	margin:0 auto;
	text-align:left;
}


