@charset "utf-8";
.bg
{
	background-color: white;
	background-image: url(../images/flycolor.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
	background-clip: padding-box;
	background-origin: padding-box;
	background-size: auto auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: absolute;
}
.bgin
{
	background-image: url(../images/01.png);
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.contact {
	float: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.logo {
	width:720px;
    height:404px;
	position:absolute;
    top:50%;
    left:50%;
    margin-left:-720px;  /*width / -2 */
    margin-top:-200px;  /* height / -2 */
}
.logo h1 {
	text-indent:-9999px;
	margin:none;
	padding:none;
}

.contact h1 {
	color: #FFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


body
{
	margin:0px;
	padding:0px;
}
