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

body {
	background: url("images/stripesBG.png");
}

	img {
		border: 0;
	}
	#container{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 998px;
		height: 1200px;
		border: 4px solid #000;
		background: url("images/backgroundBody.png");
		background-repeat: repeat-y;
	}
		
		#bodyArea {
			position: absolute;
			width: 730px;
			height: 600px;
			z-index: 100;
			left: 209px;
			top: 230px;
			overflow-y: auto;
			overflow-x: hidden;
		}
		
		#BannerLeft {
			position:absolute;
			top:0px;
		}
		
		#BannerRight {
			position:absolute;
			left:211px;
			top:0px;
		}
		
		
		#Body {
			position:absolute;
			left:211px;
			top:225px;
		}
		
		
		#BodyRight {
			position:absolute;
			left:951px;
			top:225px;
		}
		
		#Home {
			position:absolute;
			top:184px;
			background: url("images/Home.jpg");
			height: 73px;
			width: 211px;
		}
		
		#Home:hover{
			background: url("images/rollover/Home.jpg");
		}
		
		#Bday {
			position:absolute;
			top:257px;
			background: url("images/Bday.jpg");
			width: 211px;
			height: 109px;
		}

		#Bday:hover{
			background: url("images/rollover/Bday.jpg");
		}
		
		#Group {
			position:absolute;
			top:366px;
			background: url("images/Group.jpg");
			width: 211px;
			height: 116px;
		}
		
		#Group:hover{
			background: url("images/rollover/Group.jpg");
		}
		
		#Corp {
			position:absolute;
			top:482px;
			background: url("images/Corp.jpg");
			width: 211px;
			height: 109px;
		}
		
		#Corp:hover{
			background: url("images/rollover/Corp.jpg");
		}
		
		#Directions {
			position:absolute;
			top:591px;
			background: url("images/Directions.jpg");
			width: 211px;
			height: 62px;
		}
		
		#Directions:hover{
			background: url("images/rollover/Directions.jpg");
		}
		
		#Contact {
			position:absolute;
			top:653px;
			background: url("images/Contact.jpg");
			width: 211px;
			height: 58px;
		}
		
		#Contact:hover{
			background: url("images/rollover/Contact.jpg");
		}
		
		#Pricing {
			position:absolute;
			top:711px;
			background: url("images/Pricing.jpg");
			width: 211px;
			height: 80px;
		}
		
		#Pricing:hover{
			background: url("images/rollover/Pricing.jpg");
		}
		
		#Hours {
			position:absolute;
			top:791px;
			background: url("images/Hours.jpg");
			width: 211px;
			height: 81px;
		}
		
		#Hours:hover{
			background: url("images/rollover/Hours.jpg");
		}
		
		#SwordTip {
			position:absolute;
			top:872px;
		}
		
		#BottomRight {
			position:absolute;
			left:211px;
			top:891px;
		}
		
		#preLoad {
			display: none;
		}
		#preLoad img {
			height: 0;
			width: 0;
		}
		
		#fbSection{
			width: 200px;
			padding: 0;
			margin: 0;
			border: 1px solid #f00;
			height: 300px;
			position: absolute;
			top: 600px;
			left: 0;
			z-index: 100;	
		}
