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

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
#buttons {
	height: 300px;
	width: 1000px;
	margin-top: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contactInfo {
	height: 0px;
	width: 100%;
	position: fixed;
	background-color: #000;
	overflow: hidden;
	bottom: 0px;
	color: #fff;
	font-family: 'Reenie Beanie', arial, serif;
	font-size:30px;
	text-align: center;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
#links {
	height: 0px;
	width: 100%;
	position: fixed;
	background-color: #000;
	overflow: hidden;
	bottom: 0px;
	color: #fff;
	font-family: 'Reenie Beanie', arial, serif;
	font-size:30px;
	text-align: center;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
