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


body 
{
	background-image: url(http://wadihs.com/pages/blink/images/bg3.png);
	
}



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

img

{

position:absolute;
left:600px;
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;

}

#card {

position: fixed;
bottom: 0px;
left: 0px;

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


width: 1060px;
height: 422px;


z-index: 5;
}

#blur {

position: fixed;
bottom: 0px;
left: 0px;

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


width: 1060px;
height: 422px;


z-index: 4;
}




#logo {

position: absolute;
top:65px;
left: 200px;

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


width: 460px;
height: 283px;


z-index: 3;
}




