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

body {
	background-color: #000;
	background-image: url(Images/Damask.gif);
	background-repeat: repeat;
}
#main {
	height: 800px;
	width: 800px;
	position: absolute;
	top: 0px;
	background-image: url(Images/Backdrop.png);
	margin-right: auto;
	left: 0px;
}
#footer {
	background-color: #000;
	width: 761px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 800px;
	padding-bottom: 0px;
	bottom: 0px;
	color: #FFC;
	background-image: url(Images/bottoml-float.png);
	background-repeat: no-repeat;
}
#main #bottom-float {
	background-image: url(Images/bottoml-float.png);
	float: left;
	height: 75px;
	width: 75px;
	clear: none;
	position: absolute;
	bottom: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#main #content #contact {
	color: #BC17CF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFC;
	width: 500px;
	position: absolute;
	top: 200px;
	margin: 10px;
}
#fbfeed {
	left: 800px;
	top: 30px;
	height: 558px;
	width: 292px;
	margin-left: 20px;
	position: absolute;
	background-color: #000;
	background-image: url(Images/fb-feedbg.png);
}
.fb-like-box {
	position: absolute;
	left: 800px;
	height: 550px;
	width: 300px;
}

