body { 
	background: #000 none;
	color: #fff;
	font: 11px Arial, helvetica, sans-serif;
	margin: 0;
	text-align: center;
	}
	
a, a:link, a:visited { color: #ff791c; text-decoration: none; }
a:hover, a:active { color: #9e4508; text-decoration: underline; }

img {
	border-width: 0;
	}
	
h1, h2 {
	color: #000;
	font-size: 2px;
	margin: 0;
	}

div#main_container{
	background: transparent url(../_img/bg.jpg) bottom center no-repeat;
	margin: 0 auto 20px;
	padding-bottom: 26px;
	text-align: center;
	width: 100%;
	}
	
div#container{
	margin: 0 auto;
	text-align: center;
	width: 760px;
	}
	
div#head {
	background: transparent url(../_img/cmt_fantics_head.gif);
	height: 181px;
	margin: 0;
	padding: 0;
	width: 100%;
	}

img#cmafest {
	float: left;
	margin: 124px 0 0 65px;
	}

img#weknow {
	float: right;
	margin-bottom: 20px;
	}
	
img.thumb {
	background: transparent url(../_img/thumb_bg.gif);
	margin: 0 13px 20px;
	padding: 20px 12px;
	text-align: center;
	width: 200px;
	}
	
img#dukes {
	float: left;
	margin-left: 4px;
	}
	
img#guitar {
	float: left;
	margin: 130px 0 0 25px;
	}
	
img#photos {
	float: right;
	margin-top: 30px;
	}
	
div#footer {
	font-size: 9px;
	margin: 40px auto;
	text-align: center;
	}

div#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
	} 

div#footer ul li {
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0 4px 0 5px;
	list-style: none;
	display: inline;
	}
		
div#footer ul li#first {
	border-left: 1px solid #000;
	}


div.clear {
	clear: both;
	height:1px
	overflow: hidden;
	}
	

