@charset "utf-8";
/* CSS Document */

	/* ~~ The footer ~~ */
	footer {
		padding: 10px 0;
		height:50px;
		position: relative;/* this gives IE6 hasLayout to properly clear */
		clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
		margin-top:50px;
	}
	
	#address{
		font-size:12px;	
		text-align:center;
		size:.5em;
	}
	
	.buttons {
	height:50px;
	width:100px;
	float:left;
	margin-bottom: 25px;
	}
	
	.buttons div{
		text-align:center;
	}
		
	.buttons a{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		size:.5em;
	
	}
	.smButton img {
		width:30px;
		height:30px;
	}
	
	div.btnContainer {
	width:500px;
	margin-left: auto;
	margin-right: auto;
	}
	
	div#dots {
		margin:10px;	
		text-align:center;

	}
	
