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

html, body {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:url(images/bgbg.jpg);
	background-repeat:repeat-x;
}

#main {
	width:800px;
	margin:2em auto;
	padding:1em;
}

#logo {
	background:url(images/logo.png);
	background-repeat:no-repeat;
	width:456px;
	height:189px;
	margin:2em auto;
}

#text {
	background:url(images/text.png);
	background-repeat:no-repeat;
	width:392px;
	height:66px;
	margin:1em auto;
}

a#facebook {
	display:block;
	background:url(images/fbutton1.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:146px;
	height:58px;
}

a#facebook:hover {
	display:block;
	background:url(images/fbutton2.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:146px;
	height:58px;
}

#text_box {
	background:#FFF;
	border:#CCC;
	border-style:solid;
	border-width:thin;
	font-family:Trebuchet MS;
	font-size:14px;
}

p {
	padding: 0 10px;
}

#video {
	display: block;
	width:445px;
	height:365px;
	margin:2em auto;
}

#footer {
	width:600px;
	margin:2em auto;
	padding:1em;
}

#footer p{
	font-family:Trebuchet MS;
	font-size:12px;
	display:block;
}

a {
	background:none;
	margin:10px 10px;
	width:600px;
	height:20px;
}



	
