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

* { margin:0px; padding:0px; border:none;}

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.5; color:#333; }

#wrapper { width:1024px; height:100%; border-left-color:#999; border-left-style:solid; border-left-width:thin; border-right-color:#999; border-right-style:solid; border-right-width:thin; margin-left:auto; margin-right:auto; background-color:#fef8f9;}

#content { width:1024px; height:auto; float:left;}

#download { width:300px; height:auto; float:left; }

#psp { margin-top:15px; margin-left:25px; margin-bottom:25px;}

#text { width:670px; height:auto; float:left; padding:25px;}

#footer { width:1024px;}

a {color: black;
	margin-left: 5px;}

/* Facebook-Feed styling */

.centered{ text-align: center; }

.fb-holder{
	box-shadow: 0 48px 48px -27px rgba(0,0,0,0.3);
	width: 500px;
	border-radius: 7px;
	display: inline-block;
}

.fb-goto{
	background: #95111D;
	height: 40px;
	line-height: 40px;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 0 0 7px 7px;
	transition: all 300ms;
}
.fb-goto:hover{
	letter-spacing: 3px;
}

.fb-page{
	width: 500px;
	height: 580px;
	border-radius: 11px 11px 0 0;
	overflow: hidden;
}

/* resize it back to the intended height - for some reason it starts at 0px width */
.fb-page span{
	display: block;
	width: 500px !important;
	height: 580px !important;
}

.fb-page span iframe{
	width: 500px !important;
	height: 580px !important;
}