@charset "utf-8";

/* Global */

html {
	height: 100%;
	width: 100%;
}
@font-face {
	font-family: CHLTHMN;
	src: url(fonts/CHLTHMN.eot); /* EOT file for IE */
}
@font-face {
	font-family: CHLTHMN;
	src: url(fonts/CHLTHMN.ttf); /* TTF file for CSS3 browsers */
}
a {
	font-family: CHLTHMN;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #f75f6d;
}
body {
	margin: 0px;
}
img {
	border: 0px;
	display: block;
}
p {
    font-family: CHLTHMN;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 30px;
	text-align: justify;
}
span {
    font-family: CHLTHMN;
	font-size: 16px;
	color: #f75f6d;
}

/**/

.background {
	background: #000 url(images/background.jpg) no-repeat center;
}
.background-enter {
	background: #000 url(images/background-enter.jpg) no-repeat center;
}
.contact-button-padding {
	padding: 8px 0px 0px 0px;
}

/**/

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 675px;
}
.inner-secondary {
    margin-left: auto;
    margin-right: auto; 
    width: 1168px;
}


/* Copy */

.body-text {
	font-weight: bold;
}
.body-text-02 {
	text-align: left;
}
.line-height { 
	line-height: 24px;
}