/************************************************************************************************************************** CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;} body {line-height: 1;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;} .clear {clear:both; height:0; width:0;}
/* alpha IE6 */
.alpha, h1 { behavior: url(iepngfix.htc); }
/************************************************************************************************************************** END reset */

/*global*/
html, body {
	width: 100%;
	min-width: 100%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#000000;
	min-height:100%;
}

/*footer*/	
h1 {
	height: 35px;
	display: block;
	float: left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.info {
	height: 35px;
	display: block;
	float: left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.block_credits {
	text-align: right;
	margin-right: 25px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	background:url(../img/footer_bg.png) repeat-x;
	height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 17px 0 0 10px;
}
