@charset "UTF-8";

#top_upper {
	width:		100%;
	height:		200px
}

#top_bottom {
	width:		848px;
}

#top_bottom_left {
	display:	inline;
	width:		506px;
	margin-left:	10px;
	margin-right:	7px;
	float:		left;
}

#top_bottom_right {
	display:	inline;
	width:		305px;
	margin-left:	7px;
	margin-right:	10px;
	float:		left;
}

.playerArea {
	display:	block;
	width:		480px;
	height:		270px;
        background-color:black;
}

#player{
}


