
html {
	position: relative;
	height: 100%;
}
body {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color: #000;
	background-image: url(/img/photo/bkgd.jpg);
	background-position: top center;
	background-repeat: repeat;
}
#main_container {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 1000px;
	height: 500px;
	margin-top: -290px;
	border: solid 2px #666;
	/* border-left: solid 2px #555; */
}
	#wp_frame {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 800px; 
		height: 500px;
		border: none;
		background: none;
		background-color: transparent;
	}
	#twitter_frame {
		position: absolute;
		left: 800px;
		top: 0px;
		width: 200px;
		height: 500px;
		background: none;
		background-color: transparent;
		overflow: hidden;
	}

#contact_frame {
	position: absolute;
	left: 0px;
	top: 50%;
	height: 124px;
	width: 202px;
	margin-top: 217px;
	border: none;
	background: none;
	background-color: transparent;
}

#mp3_frame {
	position: absolute;
	left: 202px;
	top: 50%;
	height: 124px;
	width: 802px;
	margin-top: 217px;
	border: none;
	background: none;
	background-color: transparent;
}
