* { margin: 0; padding: 0; border: 0; outline: 0; }

html { height: 100%; overflow : auto;}

h1,h2,h3{
	text-indent:-9999px;
	position:absolute;
}

#btnpagetop {
	position: fixed;
	width:80px;
	bottom: 15px;
	right: 15px;
}

#btntop{
	width:100px;
	height:50px;
	margin:0 auto;
	padding:20px 0;
}

/* loading
---------------------------------- */

#loader {
	background:url(../images/loading.gif);
    width: 30px;
    height: 30px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

#overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

a:link {color: #cc0000;}
a:visited {color: #cc0000;}
a:hover {color: #ff0000;}
a:active {color: #990000;}

a img{border:0;}
a:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
} 




/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
