/* CSS Document */
body {font:Arial, Helvetica, sans-serif;
}



#Container {width:1024px;
            height:850px;
            background-image:url(images/bisco-home-bg.gif);
			margin-left:auto; 
	        margin-right:auto;
			border-left-width:thin;
			border-left-style:groove;
			border-left-color:#999999;
			border-right-width:thin;
			border-right-style:groove;
			border-right-color:#999999;
			
}

#Internal-Container {width:1024px;
            height:850px;
            background-image:url(images/internal-bg.jpg);
			margin-left:auto; 
	        margin-right:auto;
			border-left-width:thin;
			border-left-style:groove;
			border-left-color:#999999;
			border-right-width:thin;
			border-right-style:groove;
			border-right-color:#999999;
			
}

#Contact-Container {width:1024px;
            height:850px;
            background-image:url(images/contact-bg.jpg);
			margin-left:auto; 
	        margin-right:auto;
			border-left-width:thin;
			border-left-style:groove;
			border-left-color:#999999;
			border-right-width:thin;
			border-right-style:groove;
			border-right-color:#999999;
			
}

#homepageText {
	width:300px;
	position:relative;
	top:-20px;
	left:40px;
	height: 200px;
	z-index:99;
			   
}
