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

html, body, div, form, p, ul, li {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
img {
	border:0;
}
a:active, a:focus {
	outline: none;
}
html, body {
	height: 100%;
	width:100%;
}

html > body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}


body {
	height:100%;
	min-height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background:#464646 url(img/body_bg.png) left top repeat-x;
	
}




.lunatix_wrapper { width:965px; margin:0 auto; }
.lunatix_present { width:965px; height:468px;  background:transparent url(img/lunatix_logo.png) top left no-repeat; }
.lunatix_info {position:relative; width:965px; height:255px; background:transparent url(img/lunatix_contect.png) top left no-repeat;}
a.gallery { position:absolute; width:211px; height:24px; top:185px; left:0px; display:block; background:transparent url(img/gallery_bg1.png) top left no-repeat;}
a.gallery:hover { background-image:url(img/gallery_bg2.png)}