
/* ------Repeated-- BackGOUND-------- */
/* -------- CHANGE THIS-------- */


body 


{	background-image: url(bg.gif); }


#mtv {

position: absolute;
top: 45px;
left: 184px;


background: url(images/1.png);
background-position: left;


width: 1350px;
height: 465px;


z-index: 0;
}


#boss {

position: absolute;
top: 480px;
left: 0px;


background: url(images/2.png);
background-position: left;


width: 1414px;
height: 164px;

z-index: 0;

}


#boss2 {

position: absolute;
top:180px;
left: 0px;


background: url(images/3.png);
background-position: left;


width: 347px;
height: 145px;

z-index: 0;

}

#poster {

position: absolute;
top: 180px;
left: 0px;


background: url(images/poster.png);
background-position: left;


width: 1400px;
height: 774px;


z-index: 0;
}












/* -------- HOVER MENU-------- */

div#myOtherElement {
	
	position: fixed;
	
	right: 0px; 
	top: 0px;

	width: 180px;
	height: 35px;
	overflow: hidden;
	border: 0px solid black;
	background-color: #f9f9f9;
	
	
	padding-right: 12px;
	padding-left: 5px;
	padding-top: 5px;
	
	z-index: 4;
	
	
}

div#myOtherElement span.fix ,div#myOtherElement a {
	display: block;
	
	
}

div#myOtherElement a:hover {
	background: #f5f5f5;
		
}

/* -------- TYPEFACES -------- */

h1 {
	font-family: helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1.2pt;
	word-spacing: 0pt;
	line-height: 13pt;
	
	text-align: right;
	
	
	
}
h2 {
	
	font-family: helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	letter-spacing: 1.0pt;
	word-spacing: 0pt;
	line-height: 13pt;
	
	text-align: right;

 
	
}
a:link {
	
	font-family: helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	letter-spacing: 1pt;
	word-spacing: 0.6pt;
	line-height: 1.6;
	text-decoration: none;

}
a:visited {
	font-family: helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	letter-spacing: 1pt;
	word-spacing: 0.6pt;
	line-height: 1.3;
	text-decoration: none;

}

