/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:middle;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

body {
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#header {
	height:50px;
	margin:auto;
	padding:49px 0 0 10px;
	width:170px;
}

#content-facebook {
	background-color:#003468;
	border-right:4px solid #FAC324;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:8pt;
	text-align:center;
	padding:20px 0px 20px 0px;
	margin-top:60px;
	width:320px;
}	

#logo {
	padding:15px 0;
}

#footer {
	background-color:#FFFFFF;
	border-top:4px solid #FAC324;
	bottom:-1px;
	color:#507175;
	font-family:Verdana;
	font-size:8pt;
	padding:15px 0 15px;
	position:absolute;
	text-align:center;
	width:100%;
}