div#container
{
   /*
   width: 970px;
   position: relative;
   width: 100%;
   */
   width: 1200px;
   margin: 0 auto 0 auto;
   font-family: 'Josefin Sans', sans-serif;
   background-color: #e39947;
}
body
{
   /*
   background-image: url('../images/background_header.png'), url('../images/background_body.png');
   background-repeat: no-repeat, repeat-y;
   background-position: center top, center top;
   background-size: contain;
   */
   background-color: #5a3950;

   text-align: center;
}
h1
{
   font-family: 'Josefin Sans', sans-serif;
   color: #000; /* Fallback for older browsers */
   color: rgba(0, 0, 0, 0);
   margin: 0;
   padding: 0;
}
h2
{
   font-family: 'Josefin Sans', sans-serif;
   font-weight: normal;
   color: #000;
   font-size: 45px;
   text-align: center;
}
h3
{
   font-family: 'Josefin Sans', sans-serif;
   font-weight: bold;
   color: #000;
   font-size: 36px;
   margin-bottom: 18px;
}
h4
{
   font-size: 30px;
   line-height: 1.5;
   font-weight: normal;
   margin: 0;
}


.MenuItems
{
   float: left;
}
.Top
{
   margin: 0;
   padding: 0;
}
.Kikiriki
{
   display: inline-block;
   margin-left: auto;
   margin-right: auto;
   color: #000;
   font-variant: small-caps;
   font-size: 30px;
   height: 50px;
}
.Kikiriki img {
   margin-top: 1px;
   margin-bottom: 0;
   height: 40px;
   vertical-align: bottom;
}
.Kikiriki a,
.Kikiriki a:active,
.Kikiriki a:hover,
.Kikiriki a:link,
.Kikiriki a:visited,
.Kikiriki a.selected
{
   color: #000;
   text-decoration: none;
}
.Social
{
   float: right;
   width: 300px;
   text-align: right;
}
.Social img
{
   height: 50px;
}
.LanguageSwitcher
{
   float: left;
   width: 300px;
   text-align: left;
   /*
      margin-top: 1%;
      width: 99%;
   */
}
a.languageSelector,
a.languageSelector:active,
a.languageSelector:hover,
a.languageSelector:link,
a.languageSelector:visited
{
   color: #fff;
   text-decoration: none;
}
a.languageSelector.selected
{
   color: #fff;
   font-weight: bold;
   text-decoration:underline;
}
a.languageSelector.selected img {
   opacity: 1;
}
.LanguageSwitcher img
{
   height: 50px;
   opacity: 0.5;
}
.GameTitle
{
   margin-top: 2%;
   margin-bottom: 10%;
   font-size: 32px;
   width: 100%;
   line-height: 1.5;
}
.TransparentBackground
{
   background-color: rgba(243, 243, 233, 0.5);
}
.GameTrailer
{
   margin-left: auto;
   margin-right: auto;
   margin-top: 6%;
   padding-bottom: 6%;
}
.GameDescription, .Subscribe, .SupportedBy
{
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 2%;
   font-size: 26px;
   text-align: center;
   line-height: 1.2;
}
.GameDescription
{
   padding-bottom: 2%;
   text-align: left;
}
.GameDescription li
{
   padding-bottom: 10px;
}
img.PartnerLogo
{
   display: inline-block;
   height: 70px;
   margin-left: 35px;
   margin-right: 35px;
   margin-top: 20px;
   margin-bottom: 20px;
}
img.VerticalBar
{
   display: inline-block;
   height: 70px;
   width: 2px;
   margin-top: 20px;
   margin-bottom: 20px;
}
.SupportedBy
{
   padding-bottom: 2%;
}

.Header
{
   margin-left: auto;
   margin-right: auto;
}

.SubscribeConsent
{
   font-size: 18px;
   padding-top: 0;
   margin-top: 0;
}