/* GENERAL */
html, body
	{
	background: #000000;

	margin: 0;
	padding: 0;

	height: 100%;
	width: 100%;
	}

.container
	{
	background: url('../images/background.jpg') center center no-repeat;

	margin: 0 auto;
	position: relative;

	height: 882px;
	width: 1050px;
	}

/* Music PLAYER */
.movie
	{
	position: absolute;
	 top: 207px;
	 left: 261px;

	height: 30px;
	width: 248px;
	}

.movie *
	{
	position: absolute;
	 top: 0;
	 left: 0;

	height: 100%;
	width: 100%;
	}

/* BUTTONS DEFJAM */
* a
	{
	font-size: 0;
	text-decoration: none;

	display: block;

	height: 100%;
	width: 100%;
	}

.enter_jadakiss
	{
	background: url('../images/button_enter_b.jpg') center center no-repeat;

	position: absolute;
	 top: 15px;
	 right: 130px;

	height: 16px;
	width: 156px;
	}

.enter_jadakiss a
	{
	background: url('../images/button_enter_b.jpg') center center no-repeat;
	}

.enter_jadakiss a:hover
	{
	background: url('../images/button_enter_b_hover.jpg') center center no-repeat;
	}




.enter_bottom_jadakiss
	{
	background: url('../images/button_enter_d.jpg') center center no-repeat;

	position: absolute;
	 bottom: 61px;
	 left: 262px;

	height: 66px;
	width: 233px;
	}

.enter_bottom_jadakiss a
	{
	background: url('../images/button_enter_d.jpg') center center no-repeat;
	}

.enter_bottom_jadakiss a:hover
	{
	background: url('../images/button_enter_d_hover.jpg') center center no-repeat;
	}


