/*CONTAINER START*/
#container {
   position: absolute;  /* goes hand-in-hand with top and left parameters to position with the BODY tag */ 
   left: 50%; /* relative to the BODY tag */
   width: 960px; /* specific container width */
   margin-left: -480px; /* works with left parameter to center the container horizontally */
   top: 10px; /* relative to the BODY tag */
   height: 650px; /* specific container height */
   background-image: url('http://www.dancingreddevilfireworks.com/img/images/bg.gif');
   background-repeat: no-repeat ;
   text-align: left; /* I want the DIV content to be flush left */
   overflow: visible; /* in case the container is not the exact size of the content block */
}
/*CONTAINER END*/

#header{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:  0px;
	width: 960px;
	height: 170px;
	z-index: 1;
	} 
	
#lmenu{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top:  170px;
	width: 250px;
	height: 300px;
	z-index: 1;
	} 
	
#bmenu{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:  610px;
	width: 960px;
	height: 40px;
	z-index: 1;
	} 

#pbtn1{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top:  460px;
	width: 160px;
	height: 130px;
	z-index: 2;
	} 
	
#pbtn2{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 165px;
	top:  460px;
	width: 160px;
	height: 130px;
	z-index: 2;
	} 
	
#pbtn3{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 325px;
	top:  460px;
	width: 160px;
	height: 130px;
	z-index: 2;
	} 
	
#pbtn4{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 485px;
	top:  460px;
	width: 160px;
	height: 130px;
	z-index: 2;
	}

#pbtn5{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 645px;
	top:  460px;
	width: 160px;
	height: 130px;
	z-index: 2;
	}
	
#pbtn6{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 805px;
	top:  460px;
	width: 126px;
	height: 130px;
	z-index: 2;
	}
	
#tcontent{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 230px;
	top:  200px;
	width: 500px;
	height: 300px;
	z-index: 2;
	}
	
#caro{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 160px;
	top:  200px;
	width: 800px;
	height: 390px;
	z-index: 2;
	}
#caro2{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 160px;
	top:  180px;
	width: 800px;
	height: 390px;
	z-index: 2;
	}
	
#form{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 590px;
	top:  190px;
	width: 300px;
	height: 400px;
	z-index: 2;
	}
	
#tm{
	margin: auto;
	position: absolute;
	left: 857px;
	top:  614px;
	width: 121px;
	height: 31px;
	z-index: 1;
	}
	
#drd{
	margin: auto;
	position: absolute;
	left: 4px;
	top:  614px;
	width: 121px;
	height: 31px;
	z-index: 1;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	font-weight: bold;
}

