@font-face 
{
   font-family: 'ChineseRocksRgRegular';
   src: url('fonts/chinese_rocks_rg-webfont.eot');
   src: url('fonts/chinese_rocks_rg-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chinese_rocks_rg-webfont.woff') format('woff'),
        url('fonts/chinese_rocks_rg-webfont.ttf') format('truetype'),
        url('fonts/chinese_rocks_rg-webfont.svg#ChineseRocksRgRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face 
{
   font-family: 'TitilliumText25LRegular';
   src: url('fonts/Titillium_text_mix25_L.eot');
   src: url('fonts/Titillium_text_mix25_L.eot?#iefix') format('embedded-opentype'),
        url('fonts/Titillium_text_mix25_L.woff') format('woff'),
        url('fonts/Titillium_text_mix25_L.ttf') format('truetype'),
   font-weight: normal;
   font-style: normal;
}

@font-face {
    font-family: 'tertreextra_bold_italic';
    src: url('fonts/tertre-xbol-ita-webfont.eot');
    src: url('fonts/tertre-xbol-ita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tertre-xbol-ita-webfont.woff') format('woff'),
         url('fonts/tertre-xbol-ita-webfont.ttf') format('truetype'),
         url('fonts/tertre-xbol-ita-webfont.svg#tertreextra_bold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tertreextra_bold';
    src: url('fonts/tertre-xbol-webfont.eot');
    src: url('fonts/tertre-xbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tertre-xbol-webfont.woff') format('woff'),
         url('fonts/tertre-xbol-webfont.ttf') format('truetype'),
         url('fonts/tertre-xbol-webfont.svg#tertreextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
   background-color:rgb(37, 35, 31);
}

a
{
   font: 1em/14px 'TitilliumText25LRegular', Arial, sans-serif;
   color: #A39E98;
}

#touLink
{
   font: 1em/14px 'TitilliumText25LRegular', Arial, sans-serif;
   color: #A39E98;
}
p
{
   margin-top:0px;
   margin-bottom:5px;
}
.p
{
   font: 1em/14px 'TitilliumText25LRegular', Arial, sans-serif;
   color: #ffffff;
}

.p_old
{
   font: 1em/14px 'TitilliumText25LRegular', Arial, sans-serif;
   color: #c1bab7;
}

.h1
{
   font: 7.25em/68px 'tertreextra_bold', Arial, sans-serif;
   color: white;
   letter-spacing:-3px;
}

.h2
{
   font: 4em/51px 'tertreextra_bold', Arial, sans-serif;
   color: white;
}

.h3
{
   font: 1.85em/23px 'tertreextra_bold', Arial, sans-serif;
   color: white;
   letter-spacing: 1px;
}

.quoted
{
   font: 1.15em/16px 'tertreextra_bold', Arial, sans-serif;
   color: #A39E98;
}

.quoted_attrib
{
   font: 1em/16px 'tertreextra_bold', Arial, sans-serif;
   color: #FFFFFF;
}
.yellow
{
   color:#FEE392;
}

.lighterText
{
   font: 1.5em/18px 'TitilliumText25LRegular', Arial, sans-serif;
   color:#FFFFFF;
}

.lightBackground
{
   background: rgba(0, 0, 0, 0.33);
   padding: 4px;
}

.lightBrown
{
   color:#4F4A43;
}

.darkBrown
{
   color:#39362F;
}
.eggshell
{
   color:#f2ece0;
}
.hyphenates
{
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   hyphens: auto;
}
.zeroLetterSpacing
{
  letter-spacing:0px;
}

#MainContent
{
   width:1024px;
}

.headerSection
{
   width:1024px;
   background-color:#4F4A43;
   pad: 20px;
}

#firstPage
{
   width:1024px;
   height:1100px;
   background-color:#4F4A43;
}
#secondPage
{
   width:1024px;
   height:440px;
   background-color:#39362F;
}
#thirdPage
{
   width:1024px;
   background-color:#4F4A43;
}
#fourthPage
{
   width:1024px;
   height:626px;
   background-image:url(images/1024crop_000008196397.jpg);
   background-repeat:no-repeat;
   background-size:1024px 626px;
}
#fifthPage
{
   width:1024px;
   background-color:#39362F;
}
#sixthPage
{
   width:1024px;
   background-color:#4F4A43;
}
#seventhPage
{
   width:1024px;
   height:710px;
   background-image:url(images/1024crop_000014057636.jpg);
   background-repeat:no-repeat;
   background-size:1024px 710px;
}
#launchPartners
{
   background-image:url(images/partners-bk.png);
   background-repeat:no-repeat;
   width:279px;
   height:142px;
}

.slideArrow
{
   width:35px;
   height:29px;
}
.slideDot
{
   width:15px;
   heigth:15px;
}
.innerPage
{
   width:740px;
}

.betaButton {
	width: 60px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.button {
   border-top: 1px solid #fee392;
   background: #a18e54;
   background: -webkit-gradient(linear, left top, left bottom, from(#fee392), to(#a18e54));
   background: -webkit-linear-gradient(top, #fee392, #a18e54);
   background: -moz-linear-gradient(top, #fee392, #a18e54);
   background: -ms-linear-gradient(top, #fee392, #a18e54);
   background: -o-linear-gradient(top, #fee392, #a18e54);
   padding: 6px 12px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font: 1.5em/18px 'TitilliumText25LRegular', Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #fee392;
   background: #fee392;
   color: #ffffff;
   }
.button:active {
   border-top-color: #a18e54;
   background: #a18e54;
   }
