
/* CSS reset */



.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
