*{
	margin:0;
	padding:0;
}

#buttonContainer{
	background:url('../img/section_bg.png');
	border:1px solid #F4F4F4;
	margin:120px auto 0;
	overflow:hidden;
	
	padding:20px 0 35px 45px;
	width:440px;
	
	-moz-box-shadow:0 0 10px #C4C4C4;
	-webkit-box-shadow:0 0 10px #C4C4C4;
	box-shadow:0 0 10px #C4C4C4;
}

#buttonContainer a{
	float:left;
	margin:10px 10px 0 0;
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
}

p.note{
	color:#999999;
	font-style:italic;
	margin:50px 0 120px;
	text-align:center;
	text-shadow:1px 1px 0 #FFFFFF;
}

.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:50%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
}
