html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background-color:#FFF;
    font-size: 2rem;
}
.main{
    overflow:hidden;
}
#wrapper {
    margin: none;
    padding: none;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
}
#txt {
    font-size: 2rem;
    position: fixed;
    font-family: cursive;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 1rem;
    z-index: 1
}
img {
z-index: -1;
}
a{
    color: #800080;
}
#cntdwn {
	color: #000;
	font-family: Serif,"Helvetica Neue", sans-serif;
	font-size:16px;
	font-weight: bold;
	/*box-shadow: 0px 0px 20px 0px #FFF;*/
}
.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	position:relative;
	top:200px;
	left:200px;
	width:500px;
	height:auto;
}
.item{
    position:relative;
    display:block;
    z-index: 0
}
.files{
    opacity:0;
}
#loading{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height:24px;
    width:200px;
    opacity: 1;
    z-index: 1;
    text-align: center
}

/* fancybox */
.fancybox-wrap{
    border: 1px solid;
}
.fancybox-overlay {
    background: none;
    background: rgba(255,255,255,0.7);
}