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


body 
{
	background-image: url(http://wadihs.com/pages/cream/bg.jpg);
	
}



/* -------- Don't CHANGE THIS-------- */

img

{

position:absolute;
left:190px;
top:50px;
z-index: 3;

}

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

}
