@charset "utf-8";

BODY {
background:#000 url(../images/bg.jpg) top center no-repeat;
	margin:0;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

a {
	color:#FFF;
	text-decoration:underline;	
}

a:hover{
	color:#FFF;
	text-decoration:none;	
}



#main_site{
	width:1000px;
	margin:0px auto;	
	
}

#header{
	text-align: center;

}

#top_menu{
	height:170px;
}

#content{
background:url(../images/content_bg.png) repeat;
margin-left:50px;
margin-right:50px;
height:780px;
padding:10px 15px 10px 15px;
line-height:18px
}

#footer{
	margin-top:70px;
	font-style:italic;
	text-align:center;
	
}
.facebook {
	position: fixed;
	z-index: 999999;
	float:left;
    margin-top: 20px;
	margin-left: -600px;
	padding: 0px;
    width: 500px;
    height: 494px;
    border:1px solid #BDDCEF;
	border: none;
}
.facebook .fb-iframe {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 470px;
	height: 494px;
	background-color: white;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
}
