@charset "utf-8";
html, body {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	background:#1b0049;		
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#page_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1;
	visibility:hidden;
	background:url(../images/homepage_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homepage_bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homepage_bg.jpg', sizingMethod='scale')";
}

#homepage_container {max-width:556px; margin:0px auto; position:relative; width:90%; z-index:2}
#homepage_holder {max-width:556px; position:relative; margin:30px auto 0 auto;}
#homepage_holder #homepage_holder-fill {width:100%; height:auto;}
#homepage_link {display:block;}

#homepage_cover {max-width:556px; max-height:831px; background:url(../images/homepage_cover.png) 0 0 no-repeat; background-size:contain; position:absolute; left:0; top:0; visibility:hidden; display:block;}
#homepage_cover img {width:100%; height:auto;}

#homepage_title {max-width:556px; max-height:123px; background:url(../images/homepage_title.png) center top no-repeat; background-size:100%; display:block; position:absolute; left:0; top:18%; overflow:hidden; visibility:hidden;}
#homepage_title img {width:100%; height:auto;}

#homepage_name {max-width:556px; max-height:30px; background:url(../images/homepage_name.png) center top no-repeat; background-size:100%; display:block; position:absolute; left:0; top:33%; overflow:hidden; visibility:hidden;}
#homepage_name img {width:100%; height:auto;}

#homepage_text {visibility:hidden; position:absolute; width:100%; text-align:center; left:0; bottom:-20px;}
#homepage_text a {color:#bbdbfa; font-size:16px; text-align:center; font-family:"ff-tisa-web-pro", serif; font-style:italic; font-weight:400; text-decoration:none; display:block; width:100%;}
#homepage_text a:hover {color:#bbdbfa; text-decoration:underline;}

/* Media Queries */

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#homepage_container {max-width:480px;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
#homepage_cover {background-image:url(../images/homepage_cover@2x.png)}
#homepage_name {background-image:url(../images/homepage_name@2x.png)}
#homepage_title {background-image:url(../images/homepage_title@2x.png)}

}