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


body 


{
	background-image: url(http://www.gifs.net/Animation11/Computers_and_Technology/Communication_Devices/Comunication.gif);
}


#mtv {

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


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


width: 475px;
height: 612px;


z-index: 1;
}


#boss {

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


background: url(images/boss.gif);
background-position: left;


width: 300px;
height: 400px;


z-index: 2;

}


/* -------- 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;

}

