* { 
    outline: none; 
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    }
    
html { 
    background: #2f3215 url('../images/bkd.gif') center;
    }
html, body { 
    height: 100%;
    }
    
embed {
    display: none;
    }
    
#mainContainer {
    margin: auto;
    }

#mainBorder {
    width: 995px;
    height: 540px;
    border: solid #787b4e; 
    border-width: 6px; 
    background: #fff;
    margin: auto;
    }
    
#mainContainer {
    width: 965px;
    }
    
#topRow {
    
    }
    
#bottomRow {
    
    }
    
#cdCover {
    float: left;
    width: 407px; 
    height: 407px; 
    margin-top: 15px;
    }

#title {
    float: left;
	width: 430px; 
	height: 60px;
	margin: 15px 0 16px 15px;
	}   

#message {
    float: left;
    width: 541px; 
    height: 78px;
    margin: 0 0 20px 15px;
    }    

#menu {
    float: left;
	width: 541px; 
	height: 229px;
	margin: 0 0 0 15px;
	}
	
#pictures {
    float: right;
    width: 541px;
    padding: 15px 0 0 0;
    }
    
#form {
    float: left;
    width: 406px;
    position: relative;
    }
    
#mailingList {
    width: 406px; 
    height: 47px; 
    float: left;
    margin: 15px 0 0 0;
    }    

#userEmail {
    float: left; 
	height: 34px;
	width: 295px; 
	border: solid #b1b1ae; 
	border-width: 1px; 
	font-size: 17px; 
	padding: 0 0 0 12px;
	margin-right: -3px;
	z-index: 1;
	color: #888;
	font-family: Myriad Pro, Myriad, arial, verdana;
	}    
    
#mailingList {
    float: left;
    }
    
#checkboxNews, #checkboxConcerts {
    font-size: 30px;
    position: absolute;
    left: 227px;
    top: 33px;
    width: 15px;
    height: 15px;
    z-index: 20;
    }

#checkboxConcerts {
    left: 303px;
    }
    
#addMe {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    }
     
.thumb_pix { 
    float: left;
	width: 95px; 
	height: 84px; 
	margin: 0 0 0 15px;
	}
	
.thumb_pix.left {
    margin: 0;
    }

#mainTable {
	width: 100%; 
	height: 100%; 
	}
	
#mainCell {
    vertical-align: middle; 
    text-align: center;
    }	
	

	
/* Clear floats */

.clear_float:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
    }

.clear_float{
    display:inline-block;
    }
    
/* Hides from IE-mac \*/

* html .clear_float {
    height: 1%;
    }
    
.clear_float {
    display: block;
    }

/* End hide from IE-mac */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	