body{
	background-color: #000000;
}

image{
	border: none;
}

#wrapper
{
position: relative;
width:960px;
height:640px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
z-index: 0;
}


#container {
	position: absolute;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #000000;
	background-image: url(../images/charlies_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	z-index: 1;
}

#menu_container {
	position: absolute;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #000000;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	z-index: 1;
}

#menu_container_news {
	position: absolute;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #000000;
	background-image: url(../images/menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	z-index: 1;
}

#logo
{
	position: absolute;
	width: 204px;
	height: 142px;
	background: #000000;
	background-image: url(../images/charlies_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

#left_btn
{
	position: absolute;
	top: 550px;
	left: 266px;
	width: 209px;
	height: 21px;
	background-color: transparent;
	z-index: 2;
	
}

#right_btn
{
	position: absolute;
	top: 550px; 
	left: 475px;
	width: 209px;
	height: 21px;
	background-color: transparent;
	z-index: 2 ;
	
}

#frontpage_info
{
	position: absolute;
	top: 585px; 
	left: 100px;
	width: 800px;
	height: 21px;
	background-color: green;
	z-index: 3 ;
	
}

#next_btn
{
	position: absolute;
	top: 590px; 
	left: 840px;
	height: 13px;
	width: 36px;
	z-index: 2 ;
	background-color: transparent;
}

#prev_btn
{
	position: absolute;
	top: 590px; 
	left: 100px;
	height: 13px;
	width: 36px;
	z-index: 2 ;
	background-color: transparent;
}



#address
{
	position: absolute;
	top: 620px; 
	left: 180px;
	width: 600px;
	height: 21px;
	background-color: transparent;
	z-index: 2 ;
	
}

#address_front
{
	position: absolute;
	top: 620px; 
	left: 180px;
	width: 600px;
	height: 21px;
	background-color: transparent;
	
	z-index: 2 ;
	
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	
}

#left
{
	position: absolute;
	top: 150px;
	left:70px;
	width: 400px;
	height: 450px;
	background-color: transparent;
	z-index: 2 ;
}

#left_news
{
	position: absolute;
	top: 150px;
	left:90px;
	width: 750px;
	height: 450px;
	background-color: transparent;
	z-index: 2 ;
}

#right
{
	position: absolute;
	top: 150px;
	left:485px;
	width: 400px;
	height: 450px;
	background-color: transparent;
	z-index: 2 ;
}