@charset "utf-8";
/* CSS Document */

* html, body { margin: 0px; padding: 0px;}


body{background-color: #000000;}

/*div { border: 1px solid #F90;}
*/
.container{
	width: 1000px;
	height: 600px;
	background-image: url(../images/tokash2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}

.mediaplayer{
	float: right;
	position: relative;
	margin: 0px;

}


.sidebar {
	float: right;
	width: 270px;
	height: 100%;
	position:relative;
	
	}
	
	
.fb_like, .rv_nation {
	float: right;
	margin-top: 30px;
	
	}
	
	.clearfix{
		clear: both;
		}
