body {
	background-color: #000;
	
	}
	
	#container{
	width: 1000px;
	background-image: url(images/maowall.jpg);
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	background-repeat: no-repeat;
}
	
p {
	color: #fff;
	font: small "Lucida Grande", Arial, sans-serif;
	padding: 5px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 40px;
	}
	
#wall {
	width:1500px;
	height:1187px;
	background-image: url(images/homewall.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	}
	
#bwdwall {
	width:800px;
	height:800px;
	background-image:url(images/bwd-wall.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	}
	
#bozowall {
	width:1500px;
	height:1500px;
	background-image:url(images/bozowall.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	}
	
#johnnymao-wall {
	width:800px;
	height:800px;
	background-image:url(images/johnnymao-wall.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	}
    
	
#ron {
	position:absolute;
	left:978px;
	top:450px;
	height: 200px;
	width: 300px;
	}
	
#beef {
	position:absolute;
	left:724px;
	top:115px;
	height: 200px;
	width: 200px;
	}
	
#regstan {
	position:absolute;
	left: 200px;
	top:298px;
	height: 250px;
	width: 400px;
	}	
	
#mao {
	position:absolute;
	left:-350px;
	top:0px;
	height: 200px;
	width: 200px;
	}	
	
#logo {
	position:absolute;
	left:15px;
	top:18px;
	}	
	
#bwdlogo {
	position:absolute;
	left:100px;
	top:50px;
	}	
	
#cd-one-logo {
	position:absolute;
	left:27px;
	top:27px;
	}
	
#johnnymao-logo {
	position:absolute;
	left:27px;
	top:10px;
	}
		
#click {
	position:absolute;
	left:267px;
	top:571px;
	}
	
#click2 {
	position:absolute;
	left:150px;
	top:571px;
	}


#bozo-one {
	position:absolute;
	height: 300px;
	width: 300px;
	left: 244px;
	top: 223px;
	}
    
#propane {
	position:absolute;
	height: 300px;
	width: 300px;
	left: 594px;
	top: 223px;
	}
    
#acclaim {
	position:absolute;
	height: 300px;
	width: 300px;
	left: 944px;
	top: 223px;
	}
	
#johnnymao {
	position:absolute;
	height: 300px;
	width: 300px;
	left: 125px;
	top: 250px;
	}
	
.imgright {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #fff;
}

.imgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000;
}

