/* created by jdg */
/******************/

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin:0; padding:0; }
html, body { height:100%; }
:focus { outline:none; }
img { border:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }

body { 
	background:#fff;
	text-align:left;
	font-family:"Trebuchet MS", sans-serif; 
	font-size:12px;
	color:#fff;
	text-align:center;
	margin:0 auto;
}

a, a:link, a:hover, a:visited, a:active { color:#8391a8; font-weight:normal; text-decoration:none; }
a:hover { color:#fff; cursor:pointer; }

.fl { float:left; display:inline; }
.fr {	float:right; display:inline; }
.clear { clear:both !important; }
.last { background:none !important; }

#loading {
	position:absolute;
	top:49.5%; 
	left:49.5%;
	z-index:3;
	width:24px; 
	height:24px;
	text-indent:-999em;
	background-image:url(../images/progress.gif);
}

#supersize {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#supersize img {
	height:100%;
	width:100%;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
}

#page {
	text-align:left;
	color:#8391a8;
}

#colordonor {
	width:254px;
	height:120px;
	position:absolute;top:45px;left:45px;
}
#colordonor span {
	background:url(../images/colordonor.png) no-repeat top left;
	position:absolute;top:0;left:0;width:100%;height:100%;
}
#colordonor a:hover span {
	background:url(../images/colordonor.png) no-repeat bottom left;
}

* html body #colordonor span, * html body #colordonor a:hover span {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/colordonor.png");
}

#menu {
	position:absolute;
	z-index:3;
	list-style-type:none;
	top:45px;
	left:340px;
}

#menu li {
	text-transform:uppercase;
	text-align:right;
	margin-bottom:10px;
}

#menu li a {
	display:block;
	padding-right:5px;
	width:300px;
	height:22px;
	line-height:22px;
	background:#060a0f;	
}