/* CSS Document */

#page {
	background-image:none;
}

#content {
	margin:35px auto;
	height:auto;
	text-align:center;
	min-height:0px;
}


#content object {
	width:440px;
	height:260px;
}

#console {
	margin:auto;
	border-top:1px solid #888;
	width:620px;
	padding:10px;
	color:#9E9D9D;
}

#footer {
	width:400px;
	text-align:center;
}

#facebook,
#twitter {
	float:left;
	width:100px;
	margin-right:30px;
	padding-left:27px;
	border:1px solid #FFF;
	font-size:10px;

	border:1px solid red;

}
#facebook {
	background:transparent url(images/icon-facebook.gif) no-repeat center left;
}
#twitter {
	background:transparent url(images/icon-twitter.gif) no-repeat center left;
}

#entry-points {
	text-align:center;
	font-size:19px;
	line-height:25px;
}





