@charset "utf-8";
/* CSS Document */

@author "Orland Media - http://www.orlandmedia.com";

/* Movie size needs setting on a per project basis */
/*#content {
	width: 980px;
	height: 800px;
}*/

/* Overrides specific to this project */

html {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/hadi_bg.jpg);
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height:100%;
}

a:link, a:visited {
	color: #0C0;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#noFlash {
	position:absolute;
	top: 100px;
	left: 100px;
	padding: 30px;
	padding-top: 10px;
	background-color: #FFF;
	line-height: 1.5;
}

#noFlash h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
}
