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

body{
	background-image: url(../back.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #000;
	margin: 0px;	
}

.wrapper{
	width: 1075px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../newback2.jpg);
	background-position: center top;
	height: 1175px;
	background-repeat: repeat;
}

.clickwrapper{
	width: 1075px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 1275px;
	
	margin-top: -1075px;
	z-index: 9999999999999999999999999999999999999999;
}

.header{
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 1064px;
	margin-left: 5px;
}
.logo {
	height: 288px;
	width: 720px;
	float: left;
left: 50%;
position: absolute;
margin-left: -360px;
	z-index:99999999;
	margin-top: 155px;
	display:none;
}

.presents {
	height: 40px;
	width: 400px;
	float: left;
left: 50%;
position: absolute;
margin-left: -200px;
	z-index:99999999;
	margin-top: 145px;
	display:none;
	margin-bottom:20px;
}
.titlemain {
	height: 408px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 472px;
}

.textmain {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	text-align: center;
}
